On Sat, Jan 9, 2010 at 12:30 PM, Eric Firing <[email protected]> wrote:
> Building numpy from svn and then running numpy.test(), I get the > following error: > > ERROR: Test filled w/ mvoid > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/usr/local/lib/python2.6/dist-packages/numpy/ma/tests/test_core.py", > line 506, in test_filled_w_mvoid > a = mvoid(np.array((1, 2)), mask=[(0, 1)], dtype=ndtype) > File "/usr/local/lib/python2.6/dist-packages/numpy/ma/core.py", line > 5453, in __new__ > _data = ndarray.__new__(self, (), dtype=dtype, buffer=data.data) > TypeError: buffer is too small for requested array > > ---------------------------------------------------------------------- > Ran 2505 tests in 10.478s > > FAILED (KNOWNFAIL=5, SKIP=4, errors=1) > > > In [6]:numpy.version.version > Out[6]:'1.5.0.dev8040' > > In [7]:!uname -a > Linux manini 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC > 2009 i686 GNU/Linux > > > There is already a ticket for this: http://projects.scipy.org/numpy/ticket/1346 Chuck
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
