mailr14270 - /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 08, 2011 - 18:27:
Author: bugman
Date: Mon Aug  8 18:27:21 2011
New Revision: 14270

URL: http://svn.gna.org/viewcvs/relax?rev=14270&view=rev
Log:
Deleted the status_reset() method from the dauvergne_protocol auto-analysis 
as it served no purpose.


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=14270&r1=14269&r2=14270&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/dauvergne_protocol.py (original)
+++ branches/gui_testing/auto_analyses/dauvergne_protocol.py Mon Aug  8 
18:27:21 2011
@@ -701,9 +701,6 @@
         else:
             raise RelaxError("Unknown diffusion model, change the value of 
'self.diff_model'")
 
-        # Unset the status info.
-        self.status_reset()
-
 
     def load_tensor(self):
         """Function for loading the optimised diffusion tensor."""
@@ -807,28 +804,6 @@
         status.auto_analysis[self.pipe_name].convergence = False
 
 
-    def status_reset(self):
-        """Initialise the status object."""
-
-        # The global diffusion model.
-        status.auto_analysis[self.pipe_name].diff_model = None
-
-        # The round of optimisation, i.e. the global iteration.
-        status.auto_analysis[self.pipe_name].round = None
-
-        # The list of model-free local tm models for optimisation, i.e. the 
global iteration.
-        status.auto_analysis[self.pipe_name].local_tm_models = None
-
-        # The list of model-free models for optimisation, i.e. the global 
iteration.
-        status.auto_analysis[self.pipe_name].mf_models = None
-
-        # The current model-free model.
-        status.auto_analysis[self.pipe_name].current_model = None
-
-        # The convergence of the global model.
-        status.auto_analysis[self.pipe_name].convergence = False
-
-
 
 class Container:
     """Empty container for data storage."""




Related Messages


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