mailr12258 - /1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py


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

Header


Content

Posted by edward on January 12, 2011 - 17:27:
Author: bugman
Date: Wed Jan 12 17:27:53 2011
New Revision: 12258

URL: http://svn.gna.org/viewcvs/relax?rev=12258&view=rev
Log:
The tm2 model parameters are now properly initialised in the tm2 grid system 
test script.


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

Modified: 1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py?rev=12258&r1=12257&r2=12258&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py (original)
+++ 1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py Wed Jan 12 
17:27:53 2011
@@ -65,9 +65,9 @@
             # Set up the initial model-free parameter values (bypass the 
grid search for speed).
             if cdp._model in ['tm2']:
                 spin.local_tm = tm[tm_index]
-            if cdp._model in ['m2', 'm4']:
+            if cdp._model in ['tm2', 'm2', 'm4']:
                 spin.s2 = s2[s2_index]
-            if cdp._model in ['m2', 'm4']:
+            if cdp._model in ['tm2', 'm2', 'm4']:
                 spin.te = te[te_index]
             if cdp._model in ['m4']:
                 spin.rex = 0.0




Related Messages


Powered by MHonArc, Updated Wed Jan 12 17:40:02 2011