mailr6768 - /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 - 21:07:
Author: bugman
Date: Sat Jul  5 20:38:09 2008
New Revision: 6768

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

The 'aic' data pipe already exists, so now it is deleted prior to model 
selection.


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=6768&r1=6767&r2=6768&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 20:38:09 
2008
@@ -83,6 +83,7 @@
         self.multi_model(local_tm=False)
 
         # Model selection.
+        pipe.delete('aic')
         self.model_selection(pipe='aic')
 
 




Related Messages


Powered by MHonArc, Updated Sat Jul 05 21:20:08 2008