mailr7321 - /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 September 25, 2008 - 22:27:
Author: bugman
Date: Thu Sep 25 22:27:38 2008
New Revision: 7321

URL: http://svn.gna.org/viewcvs/relax?rev=7321&view=rev
Log:
Blacklisted a few more data pipe objects in the model-free duplicate_data() 
method.


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=7321&r1=7320&r2=7321&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Thu Sep 25 22:27:38 2008
@@ -977,7 +977,7 @@
         # Duplicate all non-sequence specific data.
         for data_name in dir(ds[pipe_from]):
             # Skip the container objects.
-            if data_name in ['mol', 'diff_tensor']:
+            if data_name in ['align_tensors', 'diff_tensor', 'mol', 
'structure']:
                 continue
 
             # Skip special objects.




Related Messages


Powered by MHonArc, Updated Fri Sep 26 11:40:05 2008