mailr17987 - /trunk/sample_scripts/model_free/modsel.py


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

Header


Content

Posted by edward on November 16, 2012 - 10:47:
Author: bugman
Date: Fri Nov 16 10:47:35 2012
New Revision: 17987

URL: http://svn.gna.org/viewcvs/relax?rev=17987&view=rev
Log:
Fix for model elimination in the modsel.py model-free sample script.

The eliminate user function should be applied to each data pipe separately.


Modified:
    trunk/sample_scripts/model_free/modsel.py

Modified: trunk/sample_scripts/model_free/modsel.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/sample_scripts/model_free/modsel.py?rev=17987&r1=17986&r2=17987&view=diff
==============================================================================
--- trunk/sample_scripts/model_free/modsel.py (original)
+++ trunk/sample_scripts/model_free/modsel.py Fri Nov 16 10:47:35 2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -35,8 +35,8 @@
     # Reload precalculated results from the files 'm1/results', etc.
     results.read(file='results', dir=name)
 
-# Model elimination.
-eliminate()
+    # Model elimination.
+    eliminate()
 
 # Model selection.
 model_selection(method='AIC', modsel_pipe='aic')




Related Messages


Powered by MHonArc, Updated Fri Nov 16 11:00:01 2012