mailr6759 - /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 July 05, 2008 - 16:33:
Author: bugman
Date: Sat Jul  5 16:33:56 2008
New Revision: 6759

URL: http://svn.gna.org/viewcvs/relax?rev=6759&view=rev
Log:
Fix for the OMP model-free optimisation system test.

Switching between pipes was not occurring, so the diffusion tensor appeared 
to be missing.


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=6759&r1=6758&r2=6759&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 Sat Jul  5 16:33:56 
2008
@@ -58,6 +58,7 @@
 
         # Copy the model selection data pipe to a new pipe for the spherical 
diffusion tensor.
         pipe.copy('aic', 'sphere')
+        pipe.switch('sphere')
 
         # Remove the tm parameter.
         model_free.remove_tm()
@@ -78,6 +79,7 @@
         ######################
 
         # Sequential optimisation of all model-free models.
+        pipe.copy('sphere', 'previous')
         self.multi_model(local_tm=False)
 
         # Model selection.




Related Messages


Powered by MHonArc, Updated Sat Jul 05 17:00:14 2008