Revision: 575
http://rpy.svn.sourceforge.net/rpy/?rev=575&view=rev
Author: lgautier
Date: 2008-07-05 10:57:02 -0700 (Sat, 05 Jul 2008)
Log Message:
-----------
rinterface:
- code layout
- commented out future test for multithreading
Modified Paths:
--------------
branches/rpy_nextgen/rpy/rinterface/tests/__init__.py
branches/rpy_nextgen/rpy/rinterface/tests/test_SexpVectorNumeric.py
Modified: branches/rpy_nextgen/rpy/rinterface/tests/__init__.py
===================================================================
--- branches/rpy_nextgen/rpy/rinterface/tests/__init__.py 2008-07-05
14:50:01 UTC (rev 574)
+++ branches/rpy_nextgen/rpy/rinterface/tests/__init__.py 2008-07-05
17:57:02 UTC (rev 575)
@@ -6,7 +6,7 @@
import test_SexpClosure
import test_SexpVectorNumeric
import test_EmbeddedR
-import test_EmbeddedR_multithreaded
+#import test_EmbeddedR_multithreaded
def suite():
Modified: branches/rpy_nextgen/rpy/rinterface/tests/test_SexpVectorNumeric.py
===================================================================
--- branches/rpy_nextgen/rpy/rinterface/tests/test_SexpVectorNumeric.py
2008-07-05 14:50:01 UTC (rev 574)
+++ branches/rpy_nextgen/rpy/rinterface/tests/test_SexpVectorNumeric.py
2008-07-05 17:57:02 UTC (rev 575)
@@ -20,7 +20,7 @@
return abs(x - y) < epsilon
def testArrayStructInt(self, numericModule):
- px = [1,-2,3]
+ px = [1, -2, 3]
x = rinterface.SexpVector(px, rinterface.INTSXP)
nx = numericModule.asarray(x)
self.assertEquals(nx.dtype.kind, 'i')
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list