mailr24594 - /branches/zooming_grid_search/pipe_control/minimise.py


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

Header


Content

Posted by edward on July 22, 2014 - 10:51:
Author: bugman
Date: Tue Jul 22 10:51:23 2014
New Revision: 24594

URL: http://svn.gna.org/viewcvs/relax?rev=24594&view=rev
Log:
The grid search setup function now uses the prefix argument to the 
print_model_title() API function.

This is simply set to 'Grid search setup:'.


Modified:
    branches/zooming_grid_search/pipe_control/minimise.py

Modified: branches/zooming_grid_search/pipe_control/minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/pipe_control/minimise.py?rev=24594&r1=24593&r2=24594&view=diff
==============================================================================
--- branches/zooming_grid_search/pipe_control/minimise.py       (original)
+++ branches/zooming_grid_search/pipe_control/minimise.py       Tue Jul 22 
10:51:23 2014
@@ -269,7 +269,7 @@
             model_inc.append(inc)
 
         # Print out the model title.
-        api.print_model_title(model_info)
+        api.print_model_title(prefix="Grid search setup:  ", 
model_info=model_info)
 
         # Append empty lists for the bounds to be built up.
         model_lower.append([])




Related Messages


Powered by MHonArc, Updated Tue Jul 22 11:40:02 2014