mailr26033 - /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 - 11:16:
Author: bugman
Date: Thu Sep 25 11:16:29 2014
New Revision: 26033

URL: http://svn.gna.org/viewcvs/relax?rev=26033&view=rev
Log:
The frame order auto-analysis now calls the count_sobol_points() function at 
the end.

This is to automatically create the Sobol' point summary table.


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=26033&r1=26032&r2=26033&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Thu Sep 25 
11:16:29 2014
@@ -460,7 +460,8 @@
             if self._final_state:
                 self.interpreter.state.save('final_state', 
dir=self.results_dir, force=True)
 
-            # Create a summary file.
+            # Count the number of Sobol' points and create a summary file.
+            count_sobol_points(dir=self.results_dir, force=True)
             summarise(dir=self.results_dir, force=True)
 
         # Clean up.




Related Messages


Powered by MHonArc, Updated Thu Sep 25 11:40:02 2014