[SciPy-dev] Changeset 4181

Nils Wagner nwagner at iam.uni-stuttgart.de
Sun Apr 27 04:28:45 EDT 2008


Hi All,

Changeset 4181 introduces

======================================================================
ERROR: test_construction (test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 168, in test_construction
     P = PiecewisePolynomial(self.xi,self.yi,3)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_derivative (test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 175, in test_derivative
     P = PiecewisePolynomial(self.xi,self.yi,3)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_derivatives (test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 178, in test_derivatives
     P = PiecewisePolynomial(self.xi,self.yi,3)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_incremental (test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 199, in test_incremental
     P.append(self.xi[i],self.yi[i],3)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_scalar (test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 171, in test_scalar
     P = PiecewisePolynomial(self.xi,self.yi,3)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_shapes_scalarvalue 
(test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 203, in test_shapes_scalarvalue
     P = PiecewisePolynomial(self.xi,self.yi,4)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_shapes_scalarvalue_derivative 
(test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 209, in test_shapes_scalarvalue_derivative
     P = PiecewisePolynomial(self.xi,self.yi,4)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

======================================================================
ERROR: test_vector (test_polyint.CheckPiecewise)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/tests/test_polyint.py", 
line 189, in test_vector
     for i in xrange(len(ys[0][0]))]
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 448, in __init__
     self.extend(xi[1:],yi[1:],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 539, in extend
     self.append(xi[i],yi[i],orders)
   File 
"/usr/local/lib64/python2.5/site-packages/scipy/interpolate/polyint.py", 
line 503, in append
     raise ValueError, "Each derivative must be a scalar"
ValueError: Each derivative must be a scalar

Nils



More information about the SciPy-Dev mailing list