mailr7521 - /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:35:
Author: bugman
Date: Sun Oct  5 20:35:18 2008
New Revision: 7521

URL: http://svn.gna.org/viewcvs/relax?rev=7521&view=rev
Log:
Renamed a number of the data pipes to better reflect what they are.


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=7521&r1=7520&r2=7521&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:35:18 
2008
@@ -49,7 +49,7 @@
         self.multi_model(local_tm=True)
 
         # Model selection.
-        self.model_selection(pipe='aic')
+        self.model_selection(pipe='local_tm')
 
 
         #######################
@@ -60,8 +60,8 @@
         ################################
 
         # Copy the model selection data pipe to a new pipe for the spherical 
diffusion tensor.
-        pipe.copy('aic', 'sphere')
-        pipe.switch('sphere')
+        pipe.copy('local_tm', 'sphere_init')
+        pipe.switch('sphere_init')
 
         # Remove the tm parameter.
         model_free.remove_tm()
@@ -82,12 +82,10 @@
         ######################
 
         # Sequential optimisation of all model-free models.
-        pipe.copy('sphere', 'previous')
         self.multi_model(local_tm=False)
 
         # Model selection.
-        pipe.delete('aic')
-        self.model_selection(pipe='aic')
+        self.model_selection(pipe='sphere')
 
 
         # Final stage.
@@ -153,9 +151,9 @@
             # Copy the relaxation data.
             relax_data.copy('data')
 
-            # Copy the diffusion tensor from the 'opt' data pipe and prevent 
it from being minimised.
+            # Copy the diffusion tensor from the 'sphere_init' data pipe and 
prevent it from being minimised.
             if not local_tm:
-                diffusion_tensor.copy('previous')
+                diffusion_tensor.copy('sphere_init')
                 fix('diff')
 
             # Set all the necessary values.




Related Messages


Powered by MHonArc, Updated Sun Oct 05 20:40:03 2008