mailr6559 - /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 June 29, 2008 - 02:03:
Author: bugman
Date: Sun Jun 29 02:03:53 2008
New Revision: 6559

URL: http://svn.gna.org/viewcvs/relax?rev=6559&view=rev
Log:
Fixes for the args of the model_selection() method.


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=6559&r1=6558&r2=6559&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Jun 29 02:03:53 2008
@@ -560,7 +560,7 @@
             results.read('results', DIFF_MODEL + '/round_' + `self.round - 
1` + '/opt')
 
 
-    def model_selection(self, dir=None, write_flag=1):
+    def model_selection(self, pipe=None, dir=None, write_flag=True):
         """Model selection function."""
 
         # Model elimination.




Related Messages


Powered by MHonArc, Updated Sun Jun 29 02:20:10 2008