mailr26042 - /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 25, 2014 - 13:58:
Author: bugman
Date: Thu Sep 25 13:58:18 2014
New Revision: 26042

URL: http://svn.gna.org/viewcvs/relax?rev=26042&view=rev
Log:
Added a section printout to the frame order auto-analysis when summary tables 
are created.


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=26042&r1=26041&r2=26042&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Thu Sep 25 
13:58:18 2014
@@ -472,6 +472,7 @@
                 self.interpreter.state.save('final_state', 
dir=self.results_dir, force=True)
 
             # Count the number of Sobol' points and create a summary file.
+            section(file=sys.stdout, text="Summaries")
             count_sobol_points(dir=self.results_dir, force=True)
             summarise(dir=self.results_dir, force=True)
 




Related Messages


Powered by MHonArc, Updated Fri Sep 26 09:40:05 2014