mailr25905 - /branches/frame_order_cleanup/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on September 19, 2014 - 09:07:
Author: bugman
Date: Fri Sep 19 09:07:19 2014
New Revision: 25905

URL: http://svn.gna.org/viewcvs/relax?rev=25905&view=rev
Log:
The starting time of the axis permutation model optimisations is now output.

This is in the frame order auto-analysis.  This call to the time user 
function occurred for the
normal models, so extending it to the permuted axes models makes the output 
more consistent.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=25905&r1=25904&r2=25905&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Fri Sep 19 
09:07:19 2014
@@ -187,6 +187,9 @@
             text = "Axis permutation '%s' of the %s frame order model" % 
(perm, title)
             section(file=sys.stdout, text=text, prespace=5)
 
+            # Output the model staring time.
+            self.interpreter.time()
+
             # A new model name.
             perm_model = "%s permutation %s" % (model, perm)
 




Related Messages


Powered by MHonArc, Updated Fri Sep 19 09:20:02 2014