On 2011-05-22 19:14, Thomas Kluyver wrote:
I still see one failure with 2.7:

======================================================================
FAIL: testInitFromSeqInvalidOverflow (rpy2.rinterface.tests.test_SexpVector.IntSexpVectorTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/rpy2/rinterface/tests/test_SexpVector.py", line 170, in testInitFromSeqInvalidOverflow self.assertRaises(OverflowError, ri.IntSexpVector, (ri.R_LEN_T_MAX+1, ))
AssertionError: OverflowError not raised

----------------------------------------------------------------------

Oversight on my end: as it stands the test was written with 64-bit architectures in mind.
You can safely ignore for the time being.


3.2 raises a whole host of errors, but I suspect I'm invoking the tests incorrectly.

The recommended way is:
python -m rpy2.tests

I only have two failures here (one seems to be caused by an odd behaviour with stderr/stdout streams, the other is informing me that I do not have numpy installed). I'd be keen on seeing the details of what fails if you have time.


Thanks,


Laurent


Thomas


On 22 May 2011 16:51, Laurent Gautier <lgaut...@gmail.com <mailto:lgaut...@gmail.com>> wrote:

    Hi,

    I just pushed rpy2-2.2.0 release candidate to Pypi.
    It should pass all tests with Python 2.7 / R-2.13 (possibly with
    Python
    2.6 and R-2.12 or earlier), and fail one test with Python 3.2.

    Thanks to all for the recent bug reports.



    L.

    
------------------------------------------------------------------------------
    What Every C/C++ and Fortran developer Should Know!
    Read this article and learn how Intel has extended the reach of its
    next-generation tools to help Windows* and Linux* C/C++ and Fortran
    developers boost performance applications - including clusters.
    http://p.sf.net/sfu/intel-dev2devmay
    _______________________________________________
    rpy-list mailing list
    rpy-list@lists.sourceforge.net <mailto:rpy-list@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/rpy-list



------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay


_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to