Joel Neilson wrote:
(...)
> 
> I've checked all my inputs and everything is peachy on the Python  
> side.  Given the high correlation of the bug with the vector length, I  
> think the most likely explanations are the following:
> 
> (1)  vector is too long and this causes some breakdown when R and  
> Python are talking to each other

Currently and on a 64bit machine, Python can handle larger vector-like 
structures than R is able to - compare sys.max_int with 
rpy2.rinterface.R_LEN_T_MAX. rpy2 will throw an IndexError exception if 
one tries to index a SexpVector beyond what is possible with R.


> (2)  test takes too long and i need to somehow slow the script down to  
> wait for the full output.
> 
> Any ideas or help would be appreciated.
> 
> Joel
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> rpy-list mailing list
> rpy-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rpy-list


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

Reply via email to