Source: statsmodels Version: 0.3.1-3 Severity: serious Justification: fails to build from source
statsmodels FTBFS on i386: | ====================================================================== | FAIL: scikits.statsmodels.discrete.tests.test_discrete.TestProbitCG.test_conf_int | ---------------------------------------------------------------------- | Traceback (most recent call last): | File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | self.test(*self.arg) | File "/build/statsmodels-cV_JGL/statsmodels-0.3.1/scikits/statsmodels/discrete/tests/test_discrete.py", line 35, in test_conf_int | assert_almost_equal(self.res1.conf_int(), self.res2.conf_int, DECIMAL_4) | File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 447, in assert_almost_equal | return assert_array_almost_equal(actual, desired, decimal, err_msg) | File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 774, in assert_array_almost_equal | header='Arrays are not almost equal') | File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 618, in assert_array_compare | raise AssertionError(msg) | AssertionError: | Arrays are not almost equal | | (mismatch 25.0%) | x: array([[ 0.26589303, 2.98590329], | [ -0.11269158, 0.21615558], | [ 0.26002179, 2.59253659], | [-12.43587405, -2.46941656]]) | y: array([[ 0.2658255, 2.985795 ], | [ -0.1126929, 0.2161508], | [ 0.2600795, 2.592585 ], | [-12.43547 , -2.469166 ]]) | | ====================================================================== | FAIL: scikits.statsmodels.discrete.tests.test_discrete.TestProbitCG.test_params | ---------------------------------------------------------------------- | Traceback (most recent call last): | File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | self.test(*self.arg) | File "/build/statsmodels-cV_JGL/statsmodels-0.3.1/scikits/statsmodels/discrete/tests/test_discrete.py", line 32, in test_params | assert_almost_equal(self.res1.params, self.res2.params, DECIMAL_4) | File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 447, in assert_almost_equal | return assert_array_almost_equal(actual, desired, decimal, err_msg) | File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 774, in assert_array_almost_equal | header='Arrays are not almost equal') | File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 618, in assert_array_compare | raise AssertionError(msg) | AssertionError: | Arrays are not almost equal | | (mismatch 25.0%) | x: array([ 1.62589816, 0.051732 , 1.42627919, -7.4526453 ]) | y: array([ 1.62581025, 0.05172895, 1.42633237, -7.45232042]) | | ---------------------------------------------------------------------- | Ran 1185 tests in 114.772s | | FAILED (failures=2, skipped=14) | Error in atexit._run_exitfuncs: | Traceback (most recent call last): | File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs | func(*targs, **kargs) | File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function | info('process shutting down') | TypeError: 'NoneType' object is not callable | Error in sys.exitfunc: | Traceback (most recent call last): | File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs | func(*targs, **kargs) | File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function | info('process shutting down') | TypeError: 'NoneType' object is not callable | make[1]: *** [override_dh_auto_test] Error 1 -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org