mailr20476 - /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 July 25, 2013 - 13:17:
Author: bugman
Date: Thu Jul 25 13:17:58 2013
New Revision: 20476

URL: http://svn.gna.org/viewcvs/relax?rev=20476&view=rev
Log:
Fix for the final data pipe in the dispersion auto-analysis.

The final data pipe is now placed in the data pipe bundle.  This is
needed to allow the final state file to be opened in the GUI with an
associated GUI analysis tab.

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=20476&r1=20475&r2=20476&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Thu Jul 25 13:17:58 2013
@@ -325,7 +325,7 @@
         # The final model selection data pipe.
         if len(self.models) >= 2:
             # Perform model selection.
-            self.interpreter.model_selection(method=self.modsel, 
modsel_pipe='final', pipes=self.model_pipes)
+            self.interpreter.model_selection(method=self.modsel, 
modsel_pipe='final', bundle=self.pipe_bundle, pipes=self.model_pipes)
 
             # Final Monte Carlo simulations only.
             if not self.mc_sim_all_models:




Related Messages


Powered by MHonArc, Updated Thu Jul 25 13:40:02 2013