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)
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to