mailr12274 - /1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py


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

Header


Content

Posted by edward on January 13, 2011 - 09:39:
Author: bugman
Date: Thu Jan 13 09:39:47 2011
New Revision: 12274

URL: http://svn.gna.org/viewcvs/relax?rev=12274&view=rev
Log:
Fix for opt_and_check(), the diffusion tensor object is called 
cdp.diff_tensor!


Modified:
    1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py

Modified: 1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py?rev=12274&r1=12273&r2=12274&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py (original)
+++ 1.3/test_suite/system_tests/scripts/model_free/opt_tm_fns.py Thu Jan 13 
09:39:47 2011
@@ -70,7 +70,7 @@
 
     # Set up the diffusion tensor.
     if search('^m', cdp._model):
-        if hasattr(cdp, 'diffusion_tensor'):
+        if hasattr(cdp, 'diff_tensor'):
             interpreter.diffusion_tensor.delete()
         interpreter.diffusion_tensor.init(tm[tm_index])
 




Related Messages


Powered by MHonArc, Updated Thu Jan 13 10:40:02 2011