Source: pymvpa2
Version: 2.6.5-1
Severity: serious

This package FTBFS in sid (plain dpkg-buildpackage) with these test failures (which are different from the ones in #906399, but the same as the ones in reproducible-builds).

This bug was found during statsmodels 0.9 transition testing, but also occurs with current (0.8) statsmodels.

As this is a Python 2 only package (in Debian, I didn't check upstream), it may make sense to remove it rather than try to fix this.

======================================================================
ERROR: mvpa2.tests.test_testing.test_assert_objectarray_equal
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
File "/home/test1/pymvpa2-2.6.5/debian/tmp/usr/lib/python2.7/dist-packages/mvpa2/tests/test_testing.py", line 39, in test_assert_objectarray_equal
    assert_objectarray_equal(a, a.copy(), strict=strict)
File "/home/test1/pymvpa2-2.6.5/debian/tmp/usr/lib/python2.7/dist-packages/mvpa2/testing/tools.py", line 472, in assert_objectarray_equal
    assert_array_equal(x, y)
File "/usr/lib/python2.7/dist-packages/numpy/testing/_private/utils.py", line 896, in assert_array_equal
    verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python2.7/dist-packages/numpy/testing/_private/utils.py", line 827, in assert_array_compare
    raise ValueError(msg)
ValueError:
error during assertion:

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/numpy/testing/_private/utils.py", line 803, in assert_array_compare
    max_abs_error = error.max()
File "/usr/lib/python2.7/dist-packages/numpy/core/_methods.py", line 28, in _amax
    return umr_maximum(a, axis, None, out, keepdims, initial)
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()


Arrays are not equal
 x: array([array([0, 1]), array(1)], dtype=object)
 y: array([array([0, 1]), array(1)], dtype=object)

======================================================================
FAIL: test_vector_alignment_find_rotation_illegal_inputs (mvpa2.tests.test_surfing_surface.SurfingSurfaceTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/test1/pymvpa2-2.6.5/debian/tmp/usr/lib/python2.7/dist-packages/mvpa2/tests/test_surfing_surface.py", line 97, in test_vector_alignment_find_rotation_illegal_inputs
    vector_alignment_find_rotation, *illegal_arg)
AssertionError: (<type 'exceptions.ValueError'>, <type 'exceptions.IndexError'>) not raised

----------------------------------------------------------------------
Ran 577 tests in 234.985s

FAILED (SKIP=22, errors=1, failures=1)

Reply via email to