mailr17756 - /branches/tensor_data/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 October 08, 2012 - 18:46:
Author: bugman
Date: Mon Oct  8 18:46:31 2012
New Revision: 17756

URL: http://svn.gna.org/viewcvs/relax?rev=17756&view=rev
Log:
Fix for the model-free specific analysis duplicate_data() method for the new 
design.

The diffusion tensor __mod_attr__ object is now called _mod_attr.


Modified:
    branches/tensor_data/specific_fns/model_free/main.py

Modified: branches/tensor_data/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/tensor_data/specific_fns/model_free/main.py?rev=17756&r1=17755&r2=17756&view=diff
==============================================================================
--- branches/tensor_data/specific_fns/model_free/main.py (original)
+++ branches/tensor_data/specific_fns/model_free/main.py Mon Oct  8 18:46:31 
2012
@@ -1424,7 +1424,7 @@
             # Otherwise compare the objects inside the container.
             else:
                 # Loop over the modifiable objects.
-                for data_name in dp_from.diff_tensor.__mod_attr__:
+                for data_name in dp_from.diff_tensor._mod_attr:
                     # Get the original object.
                     data_from = None
                     if hasattr(dp_from.diff_tensor, data_name):




Related Messages


Powered by MHonArc, Updated Mon Oct 08 19:00:01 2012