Hey Pierre, I have another batch of test suite failures to report after upgrading the packaging to the latest 0.13.10 tag. This triggered an autoremoval request from Debian, since the package build cannot pass with the test failing. Could you please have a look at it? Thanks.
I: pybuild base:184: cd /tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build; python2.7 -m nose test
pyoperators/fft.py:26: PyOperatorsWarning: The pyFFTW library is not installed.
warn('The pyFFTW library is not installed.', PyOperatorsWarning)
...............EEE.............................................................................................................................................EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE............................E......SE.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E...........................................................................................................................................................................EE........................................................................................................S....S....S......SSSSE..............................................................................................................................................................................................................................................................................................................................................................................................................E
======================================================================
ERROR: Failure: ImportError (cannot import name handle_broadcast)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_broadcast.py", line 5, in <module>
from pyoperators.flags import handle_broadcast
ImportError: cannot import name handle_broadcast
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_broadcastingoperators.py", line 19, in <module>
from .common import HomothetyOutplaceOperator
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_core.py", line 30, in <module>
from .common import OPS, ALL_OPS, DTYPES, HomothetyOutplaceOperator
ValueError: Attempted relative import in non-package
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([0, 1, 0, 0, 0, 0, 0]), [1, 1, 0.5])
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([ 0., 1.]), array([ 0.5]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([ 0., 1., 0.]), array([ 0.5]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([ 0., 0., 1., 0.]), array([ 0.5]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([ 0., 0., 0., 1., 0., 0.]), array([ 1. , 1. , 0.5]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([ 0., 0., 0., 1., 0., 0., 0.]), array([ 1. , 1. , 0.5]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([ 0., 0., 0., 0., 1., 0., 0., 0.]), array([ 1. , 1. , 0.5]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_real(array([[[ 0., 0., 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 18, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_complex(array([ 0., 0., 0., 1., 0., 0.]), array([ 1.0+0.j, 1.0+0.j, 0.5+0.j]))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 80, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_complex(array([[ 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 80, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_complex(array([[[ 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 80, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_complex(array([[[[ 0., 0., 0., 0., 0., 0.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 80, in func
convol = ConvolutionOperator(kernel, image.shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 1., 1., 1.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 0., 1., 1.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 1., 1., 1.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 0.+0.j, 1.+0.j, 1.+0.j],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 1.+0.j, 1.+0.j, 1.+0.j],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 0., 1., 1.],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 1.+0.j, 1.+0.j, 1.+0.j],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: test_fft.test_convolution_rules_cmp(array([[ 0.+0.j, 1.+0.j, 1.+0.j],
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 109, in func
c1 = ConvolutionOperator(k1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: Failure: NameError (global name 'FFTW_DEFAULT_NUM_THREADS' is not defined)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 251, in generate
for test in g():
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 128, in test_convolution_rules_add
c1 = ConvolutionOperator(kernel1, shape)
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: Failure: NameError (global name 'FFTW_DEFAULT_NUM_THREADS' is not defined)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 251, in generate
for test in g():
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_fft.py", line 141, in test_convolution_rules_homothety
c = ConvolutionOperator(np.ones((3, 3)), (5, 5))
File "pyoperators/fft.py", line 110, in __init__
nthreads = nthreads or FFTW_DEFAULT_NUM_THREADS
NameError: global name 'FFTW_DEFAULT_NUM_THREADS' is not defined
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_identity.py", line 4, in <module>
from .common import OPS, ndarray2, attr2
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_linear.py", line 17, in <module>
from .common import IdentityOutplaceOperator, assert_inplace_outplace
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_partition.py", line 12, in <module>
from .common import Stretch
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_reset.py", line 4, in <module>
from .common import OPS
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_rules.py", line 19, in <module>
from .common import OPS, ndarray2, attr2
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_ufuncs.py", line 6, in <module>
from .common import DTYPES, COMPLEX_DTYPES
ValueError: Attempted relative import in non-package
======================================================================
ERROR: Failure: ValueError (Attempted relative import in non-package)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/tmp/buildd/pyoperators-0.13.10/.pybuild/pythonX.Y_2.7/build/test/test_zero.py", line 11, in <module>
from .common import OPS, ndarray2, attr2
ValueError: Attempted relative import in non-package
----------------------------------------------------------------------
Ran 2210 tests in 3.424s
FAILED (SKIP=8, errors=112)
Hey Pierre, I have another batch of test suite failures to report after upgrading the packaging to the latest
0.13.10tag. This triggered an autoremoval request from Debian, since the package build cannot pass with the test failing. Could you please have a look at it? Thanks.