mailr5737 - /1.3/test_suite/system_tests/model_selection.py


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

Header


Content

Posted by edward on April 15, 2008 - 22:55:
Author: bugman
Date: Tue Apr 15 22:44:59 2008
New Revision: 5737

URL: http://svn.gna.org/viewcvs/relax?rev=5737&view=rev
Log:
Modified the test_aic_mod_sel_diff_tensor() system test.

The model selection pipe will be created by the model_selection() use 
function, it doesn't need to
be precreated!


Modified:
    1.3/test_suite/system_tests/model_selection.py

Modified: 1.3/test_suite/system_tests/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_selection.py?rev=5737&r1=5736&r2=5737&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_selection.py (original)
+++ 1.3/test_suite/system_tests/model_selection.py Tue Apr 15 22:44:59 2008
@@ -73,11 +73,8 @@
         relax_data_store['sphere'].chi2 = 200
         relax_data_store['spheroid'].chi2 = 0
 
-        # Create the data pipe for model selection.
-        self.relax.interpreter._Pipe.create('aic', 'mf')
-
         # Model selection.
-        self.relax.interpreter._Modsel.model_selection(method='AIC')
+        self.relax.interpreter._Modsel.model_selection(method='AIC', 
modsel_pipe='aic')
 
         # Test if the spheroid has been selected.
         self.assert_(hasattr(relax_data_store['aic'], 'diff_tensor'))




Related Messages


Powered by MHonArc, Updated Tue Apr 15 23:00:19 2008