mailr15902 - /1.3/generic_fns/align_tensor.py


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

Header


Content

Posted by edward on May 03, 2012 - 15:42:
Author: bugman
Date: Thu May  3 15:42:48 2012
New Revision: 15902

URL: http://svn.gna.org/viewcvs/relax?rev=15902&view=rev
Log:
Fix for the align_tensor.fix user function caused by recent changes.

The tensor checking code was not suitable for this function and needed 
modification.


Modified:
    1.3/generic_fns/align_tensor.py

Modified: 1.3/generic_fns/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/align_tensor.py?rev=15902&r1=15901&r2=15902&view=diff
==============================================================================
--- 1.3/generic_fns/align_tensor.py (original)
+++ 1.3/generic_fns/align_tensor.py Thu May  3 15:42:48 2012
@@ -486,8 +486,6 @@
     pipes.test()
 
     # Test if alignment tensor data exists.
-    if tensor and not align_data_exists(tensor):
-        raise RelaxNoTensorError('alignment')
     if not hasattr(cdp, 'align_tensors') or not hasattr(cdp, 'align_ids'):
         raise RelaxNoTensorError('alignment')
 




Related Messages


Powered by MHonArc, Updated Thu May 03 16:20:01 2012