[SciPy-Dev] scipy.io matlab reader - things to change before 0.8.0

Ralf Gommers ralf.gommers at googlemail.com
Thu May 27 06:50:10 EDT 2010


On Thu, May 27, 2010 at 4:17 AM, Matthew Brett <matthew.brett at gmail.com>wrote:

>
> > Also, I think the tests should be silenced from this warning by adding
> the
> > additional arguments to MatFile5Reader. For example,
> >
> > rdr = MatFile5Reader(stream, struct_as_record = False) # test_mio.py
> line
> > 633
> >
> > If that is correct, then I can file a patched test_mio.py for most of
> those.
> > There are a couple of other places that I have not determined the cause
> for
> > those warnings.
>
> Thanks for the patch - I've applied a version - no warnings during
> matlab read / write tests for me now.
>
> Thanks for cleaning that up, test output is a lot more quiet now. I do have
one new failure though:

======================================================================
FAIL: test_mio_utils.test_squeeze_element(False,)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py",
line 183, in runTest
    self.test(*self.arg)
AssertionError


Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100527/0baa561f/attachment.html>


More information about the SciPy-Dev mailing list