mailr6638 - /1.3/generic_fns/model_selection.py


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

Header


Content

Posted by edward on July 03, 2008 - 23:07:
Author: bugman
Date: Thu Jul  3 23:07:09 2008
New Revision: 6638

URL: http://svn.gna.org/viewcvs/relax?rev=6638&view=rev
Log:
Modified the model selection print out.


Modified:
    1.3/generic_fns/model_selection.py

Modified: 1.3/generic_fns/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/model_selection.py?rev=6638&r1=6637&r2=6638&view=diff
==============================================================================
--- 1.3/generic_fns/model_selection.py (original)
+++ 1.3/generic_fns/model_selection.py Thu Jul  3 23:07:09 2008
@@ -220,7 +220,7 @@
     # Loop over the number of instances.
     for i in xrange(min_instances):
         # Print out.
-        print "\nInstance " + `i` + ".\n"
+        print "\nModel index " + `i` + ".\n"
         print "%-20s %-20s %-20s %-20s %-20s" % ("Run", "Num_params_(k)", 
"Num_data_sets_(n)", "Chi2", "Criterion")
 
         # Initial model.




Related Messages


Powered by MHonArc, Updated Fri Jul 04 00:00:13 2008