mailr7515 - /1.3/sample_scripts/full_analysis.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 - 14:58:
Author: bugman
Date: Sun Oct  5 14:58:48 2008
New Revision: 7515

URL: http://svn.gna.org/viewcvs/relax?rev=7515&view=rev
Log:
Bug fix for model elimination in 'full_analysis.py'.

Added a check to the 'full_analysis.py' script to avoid model elimination of 
the global model.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=7515&r1=7514&r2=7515&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Oct  5 14:58:48 2008
@@ -563,7 +563,8 @@
         """Model selection function."""
 
         # Model elimination.
-        eliminate()
+        if modsel_pipe != 'final':
+            eliminate()
 
         # Model selection (delete the model selection pipe if it already 
exists).
         if pipes.has_pipe(modsel_pipe):




Related Messages


Powered by MHonArc, Updated Sun Oct 05 17:00:03 2008