mailr10148 - /branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py


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

Header


Content

Posted by edward on January 07, 2010 - 18:07:
Author: bugman
Date: Thu Jan  7 18:07:48 2010
New Revision: 10148

URL: http://svn.gna.org/viewcvs/relax?rev=10148&view=rev
Log:
Eliminated the silence flag in all classes.

This can be reinstated later, if necessary, solely by the diffusion tensor 
grid search.


Modified:
    
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py

Modified: 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py?rev=10148&r1=10147&r2=10148&view=diff
==============================================================================
--- 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 (original)
+++ 
branches/multi_processor_merge/specific_fns/model_free/multi_processor_commands.py
 Thu Jan  7 18:07:48 2010
@@ -166,9 +166,6 @@
         # A map containing generic information.
         self.info_map = {'mf':None, 'model_type':None, 'spin_id':None, 
'sim_index':None, 'grid_size':1}
 
-        # A flag for silencing output.
-        self.silence = False
-
 
     # rename confusing with processor process_results
     def process_results(self, results, processor, completed):
@@ -189,10 +186,6 @@
 
     def run(self, processor, completed):
         """Execute the model-free optimisation."""
-
-        # Silencing.
-        if self.silence:
-            self.minimise_map['print_flag'] = 0
 
         # Run catching all errors.
         try:
@@ -258,9 +251,6 @@
         # Execute the base class __init__() method.
         super(MF_grid_command, self).__init__()
 
-        # A flag for silencing output.
-        self.silence = True
-
 
     def process_results(self, results, processor, completed):
         param_vector, func, iter, fc, gc, hc, warning = results
@@ -270,10 +260,6 @@
 
     def run(self, processor, completed):
         """Execute the model-free optimisation."""
-
-        # Silencing.
-        if self.silence:
-            self.minimise_map['print_flag'] = 0
 
         # Run catching all errors.
         try:




Related Messages


Powered by MHonArc, Updated Thu Jan 07 18:20:02 2010