mailr7629 - /1.3/sample_scripts/palmer.py


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

Header


Content

Posted by edward on October 12, 2008 - 00:54:
Author: bugman
Date: Sun Oct 12 00:54:20 2008
New Revision: 7629

URL: http://svn.gna.org/viewcvs/relax?rev=7629&view=rev
Log:
Fix for the palmer.py sample script.

The model selection data pipe is created by the user function so it shouldn't 
be created beforehand.


Modified:
    1.3/sample_scripts/palmer.py

Modified: 1.3/sample_scripts/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/palmer.py?rev=7629&r1=7628&r2=7629&view=diff
==============================================================================
--- 1.3/sample_scripts/palmer.py (original)
+++ 1.3/sample_scripts/palmer.py Sun Oct 12 00:54:20 2008
@@ -77,12 +77,8 @@
     # Print out.
     print "\n\nModel selection."
 
-    # Create the model selection run.
-    name = 'aic'
-    pipe.create(name, 'mf')
-
     # Model selection.
-    model_selection(method='AIC', modsel_pipe=name)
+    model_selection(method='AIC', modsel_pipe='aic')
 
     # Write the results.
     results.write(file='results', force=True)




Related Messages


Powered by MHonArc, Updated Sun Oct 12 01:40:02 2008