mailr6639 - /1.3/specific_fns/model_free/main.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 03, 2008 - 23:50:
Author: bugman
Date: Thu Jul  3 23:50:33 2008
New Revision: 6639

URL: http://svn.gna.org/viewcvs/relax?rev=6639&view=rev
Log:
Bug fix for the model-free duplicate_data() method.

The data pipe objects are now properly copied into the new data pipe.


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=6639&r1=6638&r2=6639&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Thu Jul  3 23:50:33 2008
@@ -995,7 +995,7 @@
                 continue
 
             # Duplicate the data.
-            data_to = deepcopy(data_from)
+            setattr(ds[pipe_to], data_name, deepcopy(data_from))
 
         # Determine the parameter set type.
         param_set = self.determine_param_set_type()




Related Messages


Powered by MHonArc, Updated Fri Jul 04 00:20:23 2008