mailr20086 - /branches/relax_disp/auto_analyses/relax_disp.py


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

Header


Content

Posted by edward on June 13, 2013 - 11:20:
Author: bugman
Date: Thu Jun 13 11:20:34 2013
New Revision: 20086

URL: http://svn.gna.org/viewcvs/relax?rev=20086&view=rev
Log:
The dispersion auto-analysis now saves the final program state before 
terminating.


Modified:
    branches/relax_disp/auto_analyses/relax_disp.py

Modified: branches/relax_disp/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/relax_disp.py?rev=20086&r1=20085&r2=20086&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Thu Jun 13 11:20:34 2013
@@ -203,6 +203,9 @@
         else:
             warn(RelaxWarning("Model selection in the dispersion 
auto-analysis has been skipped as only %s models have been optimised." % 
len(model_pipes)))
 
+        # Finally save the program state.
+        self.interpreter.state.save(state='final_state', 
dir=self.results_dir, force=True)
+
 
     def write_results(self, path=None, model=None):
         """Create a set of results, text and Grace files for the current 
data pipe.




Related Messages


Powered by MHonArc, Updated Thu Jun 13 11:40:03 2013