[SciPy-Dev] scipy.test() failures '0.9.0.dev6635'

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Jul 21 15:43:16 EDT 2010


======================================================================
FAIL: test_mio.test_mat4_3d(<type 
'exceptions.DeprecationWarning'>, <functools.partial 
object at 0x3081680
>, <StringIO.StringIO instance at 0x5096bd8>, {'a': array([[[ 0,  1,  2,  3],
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.11.2.dev-py2.6.egg/nose/case.py", 
line 18
3, in runTest
     self.test(*self.arg)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/utils.py", 
line 982, in assert_rai
ses
     return nose.tools.assert_raises(*args,**kwargs)
AssertionError: DeprecationWarning not raised
     if hasattr(excClass,'__name__'): 'DeprecationWarning' 
= excClass.'unittest'
     else: 'DeprecationWarning' = str(excClass)
>>  raise self.failureException, "%s not raised" % 'DeprecationWarning'


======================================================================
FAIL: test_00_deprecation_warning 
(test_basic.TestSolveHBanded)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/linalg/tests/test_basic.py", 
line 262, in
test_00_deprecation_warning
     assert_raises(DeprecationWarning, solveh_banded, ab, 
b)
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/utils.py", 
line 982, in assert_rai
ses
     return nose.tools.assert_raises(*args,**kwargs)
AssertionError: DeprecationWarning not raised
     if hasattr(excClass,'__name__'): 'DeprecationWarning' 
= excClass.'unittest'
     else: 'DeprecationWarning' = str(excClass)
>>  raise self.failureException, "%s not raised" % 'DeprecationWarning'


======================================================================
FAIL: line-search Newton conjugate gradient optimization 
routine
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/optimize/tests/test_optimize.py", 
line 177
, in test_ncg
     assert self.gradcalls == 18, self.gradcalls # 0.8.0
AssertionError: 16
     # Ensure that function call counts are 'known good'; 
these are from
     # Scipy 0.7.0. Don't allow them to increase.
     assert self.funccalls == 7, self.funccalls
>>  assert self.gradcalls == 18, self.gradcalls # 0.8.0
     #assert self.gradcalls == 22, self.gradcalls # 0.7.0


----------------------------------------------------------------------
Ran 4604 tests in 82.164s

FAILED (KNOWNFAIL=12, SKIP=28, failures=3)
<nose.result.TextTestResult run=4604 errors=0 failures=3>
  



More information about the SciPy-Dev mailing list