mailr11070 - /1.3/status.py


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

Header


Content

Posted by edward on April 12, 2010 - 15:25:
Author: bugman
Date: Mon Apr 12 15:25:06 2010
New Revision: 11070

URL: http://svn.gna.org/viewcvs/relax?rev=11070&view=rev
Log:
Bug fix - 'local_mf_model' should have been called 'local_tm_model'.

This problem was identified by Michael (http://gna.org/task/?6847#comment44).


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=11070&r1=11069&r2=11070&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Mon Apr 12 15:25:06 2010
@@ -42,7 +42,7 @@
         self.dAuvergne_protocol.diff_model = None        # The global 
diffusion model.
         self.dAuvergne_protocol.round = None             # The round of 
optimisation, i.e. the global iteration.
         self.dAuvergne_protocol.mf_models = None         # The list of 
model-free models for optimisation, i.e. the global iteration.
-        self.dAuvergne_protocol.local_mf_models = None   # The list of 
model-free local tm models for optimisation, i.e. the global iteration.
+        self.dAuvergne_protocol.local_tm_models = None   # The list of 
model-free local tm models for optimisation, i.e. the global iteration.
         self.dAuvergne_protocol.current_model = None     # The current 
model-free model.
         self.dAuvergne_protocol.convergence = False      # The convergence 
of the global model.
 




Related Messages


Powered by MHonArc, Updated Mon Apr 12 17:00:02 2010