mailr13953 - /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 July 28, 2011 - 15:23:
Author: bugman
Date: Thu Jul 28 15:23:09 2011
New Revision: 13953

URL: http://svn.gna.org/viewcvs/relax?rev=13953&view=rev
Log:
Another fix for the dauvergne_protocol, this time reverting some of the 
changes of r13888.

The pipe.copy() user function should not be used when the next command is to 
load a results file!



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=13953&r1=13952&r2=13953&view=diff
==============================================================================
--- branches/gui_testing/auto_analyses/dauvergne_protocol.py (original)
+++ branches/gui_testing/auto_analyses/dauvergne_protocol.py Thu Jul 28 
15:23:09 2011
@@ -513,11 +513,10 @@
                     # Run name.
                     name = self.diff_model
 
-                    # Create the data pipe by copying (deleting the old one 
if it exists).
+                    # Create the data pipe (deleting the old one if it 
exists).
                     if has_pipe(name):
                         self.interpreter.pipe.delete(name)
-                    self.interpreter.pipe.copy(self.pipe_name, name)
-                    self.interpreter.pipe.switch(name)
+                    self.interpreter.pipe.create(name, 'mf')
 
                     # Load the local tm diffusion model MI results.
                     self.interpreter.results.read(file='results', 
dir=self.results_dir+'local_tm'+sep+'aic')




Related Messages


Powered by MHonArc, Updated Thu Jul 28 16:00:02 2011