mailr7520 - /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 - 19:56:
Author: bugman
Date: Sun Oct  5 19:56:49 2008
New Revision: 7520

URL: http://svn.gna.org/viewcvs/relax?rev=7520&view=rev
Log:
Model elimination is no longer performed on the global model in the 
omp_model_free system test.


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=7520&r1=7519&r2=7520&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 19:56:49 
2008
@@ -118,7 +118,8 @@
         """Model selection function."""
 
         # Model elimination.
-        eliminate()
+        if pipe != 'final':
+            eliminate()
 
         # Model selection.
         model_selection(method='AIC', modsel_pipe=pipe, pipes=self.pipes)




Related Messages


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