mailr13739 - /branches/gui_testing/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on July 19, 2011 - 16:32:
Author: bugman
Date: Tue Jul 19 16:32:35 2011
New Revision: 13739

URL: http://svn.gna.org/viewcvs/relax?rev=13739&view=rev
Log:
Fix for the args passed into the Relax_fit auto-analysis.


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13739&r1=13738&r2=13739&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Tue Jul 19 16:32:35 2011
@@ -496,7 +496,7 @@
             sys.stderr = redir
 
         # Execute.
-        Relax_fit(pipe_name=self.data.pipe_name, 
file_root=self.data.file_root, results_directory=self.data.save_dir, 
grid_inc=self.data.inc, mc_sim_num=self.data.mc_sim_num, view_plots=False)
+        Relax_fit(pipe_name=self.data.pipe_name, 
file_root=self.data.file_root, results_dir=self.data.save_dir, 
grid_inc=self.data.inc, mc_sim_num=self.data.mc_sim_num, view_plots=False)
 
         # Alias the relax data store data.
         data = ds.relax_gui.analyses[self.data_index]




Related Messages


Powered by MHonArc, Updated Tue Jul 19 16:40:02 2011