mailr9002 - /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 March 26, 2009 - 15:10:
Author: bugman
Date: Thu Mar 26 15:10:14 2009
New Revision: 9002

URL: http://svn.gna.org/viewcvs/relax?rev=9002&view=rev
Log:
Bug fix for bug #13259 (https://gna.org/bugs/index.php?13259).

This bug was reported by Pierre-Yves Savard (pierre-yves dot savard att bcm 
dot ulaval dot ca).

The bug may not be completely gone yet.


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=9002&r1=9001&r2=9002&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Thu Mar 26 15:10:14 2009
@@ -297,7 +297,7 @@
                     self.multi_model()
 
                     # Model selection.
-                    self.model_selection(modsel_pipe='final', 
dir=self.base_dir + 'aic')
+                    self.model_selection(modsel_pipe='aic', 
dir=self.base_dir + 'aic')
 
                     # Final optimisation of all diffusion and model-free 
parameters.
                     fix('all', fixed=False)




Related Messages


Powered by MHonArc, Updated Thu Mar 26 17:00:05 2009