mailr24593 - /branches/zooming_grid_search/specific_analyses/api_base.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:49:
Author: bugman
Date: Tue Jul 22 10:49:33 2014
New Revision: 24593

URL: http://svn.gna.org/viewcvs/relax?rev=24593&view=rev
Log:
Modified the new print_model_title() specific analysis API method.

This now accepts the prefix argument for creating different titles 
independently of the specific
analysis.


Modified:
    branches/zooming_grid_search/specific_analyses/api_base.py

Modified: branches/zooming_grid_search/specific_analyses/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/specific_analyses/api_base.py?rev=24593&r1=24592&r2=24593&view=diff
==============================================================================
--- branches/zooming_grid_search/specific_analyses/api_base.py  (original)
+++ branches/zooming_grid_search/specific_analyses/api_base.py  Tue Jul 22 
10:49:33 2014
@@ -492,9 +492,11 @@
         raise RelaxImplementError('overfit_deselect')
 
 
-    def print_model_title(self, model_info=None):
+    def print_model_title(self, prefix=None, model_info=None):
         """Print out the model title.
 
+        @keyword prefix:        The starting text of the title.  This should 
be printed out first, followed by the model information text.
+        @type prefix:           str
         @keyword model_info:    The model information from model_loop().
         @type model_info:       unknown
         """




Related Messages


Powered by MHonArc, Updated Tue Jul 22 11:00:04 2014