mailr12272 - /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:35:
Author: bugman
Date: Thu Jan 13 09:35:42 2011
New Revision: 12272

URL: http://svn.gna.org/viewcvs/relax?rev=12272&view=rev
Log:
Fix for the opt_and_check() function - the interpreter is in the module 
namespace.


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=12272&r1=12271&r2=12272&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:35:42 2011
@@ -70,8 +70,8 @@
     # Set up the diffusion tensor.
     if search('^m', cdp._model):
         if hasattr(cdp, 'diffusion_tensor'):
-            diffusion_tensor.delete()
-        diffusion_tensor.init(tm[tm_index])
+            interpreter.diffusion_tensor.delete()
+        interpreter.diffusion_tensor.init(tm[tm_index])
 
     # Set up the initial model-free parameter values (bypass the grid search 
for speed).
     if search('^t', cdp._model):




Related Messages


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