mailr14041 - /branches/gui_testing/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by edward on August 01, 2011 - 18:31:
Author: bugman
Date: Mon Aug  1 18:31:18 2011
New Revision: 14041

URL: http://svn.gna.org/viewcvs/relax?rev=14041&view=rev
Log:
The dauvergne_protocol auto-analysis now stores the maximum number of 
iterations value.


Modified:
    branches/gui_testing/auto_analyses/dauvergne_protocol.py

Modified: branches/gui_testing/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/auto_analyses/dauvergne_protocol.py?rev=14041&r1=14040&r2=14041&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/dauvergne_protocol.py (original)
+++ branches/gui_testing/auto_analyses/dauvergne_protocol.py Mon Aug  1 
18:31:18 2011
@@ -764,6 +764,9 @@
         # The current model-free model.
         status.auto_analysis[self.pipe_name].current_model = None
 
+        # The maximum number of iterations of the global model.
+        status.auto_analysis[self.pipe_name].max_iter = self.max_iter
+
         # The convergence of the global model.
         status.auto_analysis[self.pipe_name].convergence = False
 




Related Messages


Powered by MHonArc, Updated Mon Aug 01 19:00:02 2011