mailr19642 - /branches/relax_disp/auto_analyses/relax_disp.py


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

Header


Content

Posted by edward on May 03, 2013 - 17:20:
Author: bugman
Date: Fri May  3 17:20:58 2013
New Revision: 19642

URL: http://svn.gna.org/viewcvs/relax?rev=19642&view=rev
Log:
Fix for the relaxation dispersion auto-analysis.

The data pipes created for each model optimised are now switched to prior to 
any operations on the
pipe.


Modified:
    branches/relax_disp/auto_analyses/relax_disp.py

Modified: branches/relax_disp/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/relax_disp.py?rev=19642&r1=19641&r2=19642&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Fri May  3 17:20:58 2013
@@ -176,8 +176,9 @@
             # Printout.
             subtitle(file=sys.stdout, text="The '%s' model" % model, 
prespace=3)
 
-            # Create the data pipe by copying the base pipe.
+            # Create the data pipe by copying the base pipe, then switching 
to it.
             self.interpreter.pipe.copy(pipe_from=self.pipe_name, 
pipe_to=model, bundle_to=self.pipe_bundle)
+            self.interpreter.pipe.switch(model)
 
             # Select the model.
             self.interpreter.relax_disp.select_model(model)




Related Messages


Powered by MHonArc, Updated Fri May 03 18:00:02 2013