Bugs item #1977157, was opened at 2008-05-28 23:51
Message generated for change (Comment added) made by lgautier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1977157&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Source
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Transferring matrices from R to Python

Initial Comment:
Given a matrix in R, accessing it from Python can return incorrect values. This 
occurs when a matrix is assigned to a variable, then the matrix is changed in 
R, and the updated matrix is accessed in Python. Perhaps rpy is caching R 
objects. It should update its cache if a variable's value changes.

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

>Comment By: lgautier (lgautier)
Date: 2008-05-29 17:36

Message:
Logged In: YES 
user_id=1623918
Originator: NO

Is the CONVERSION mode on ? If yes, the object is converted into a pure
python object when assigned to a python variable
(and will no longer reflect changes on the original R object).

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1977157&group_id=48422

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to