mailr7522 - /1.3/test_suite/system_tests/scripts/omp_model_free.py


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

Header


Content

Posted by edward on October 05, 2008 - 20:38:
Author: bugman
Date: Sun Oct  5 20:38:31 2008
New Revision: 7522

URL: http://svn.gna.org/viewcvs/relax?rev=7522&view=rev
Log:
Fix for the final model selection, the data pipes 'local_tm' and 'sphere' 
should be used.


Modified:
    1.3/test_suite/system_tests/scripts/omp_model_free.py

Modified: 1.3/test_suite/system_tests/scripts/omp_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/omp_model_free.py?rev=7522&r1=7521&r2=7522&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/omp_model_free.py (original)
+++ 1.3/test_suite/system_tests/scripts/omp_model_free.py Sun Oct  5 20:38:31 
2008
@@ -94,7 +94,8 @@
         # Unfix all parameters (to switch to the global models).
         fix('all', fixed=False)
 
-        # Model selection between MI to MV.
+        # Model selection between 'local_tm' and 'sphere'.
+        self.pipes = ['local_tm', 'sphere']
         self.model_selection(pipe='final')
 
         # Fix the diffusion tensor.




Related Messages


Powered by MHonArc, Updated Sun Oct 05 21:00:02 2008