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.


_______________________________________________
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