mailr27517 - /trunk/auto_analyses/relax_fit.py


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

Header


Content

Posted by edward on February 04, 2015 - 16:47:
Author: bugman
Date: Wed Feb  4 16:47:44 2015
New Revision: 27517

URL: http://svn.gna.org/viewcvs/relax?rev=27517&view=rev
Log:
Fix for the default grid_inc argument for the relaxation curve-fitting 
auto-analysis.

This needs to be an integer.


Modified:
    trunk/auto_analyses/relax_fit.py

Modified: trunk/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_fit.py?rev=27517&r1=27516&r2=27517&view=diff
==============================================================================
--- trunk/auto_analyses/relax_fit.py    (original)
+++ trunk/auto_analyses/relax_fit.py    Wed Feb  4 16:47:44 2015
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2014 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2015 Edward d'Auvergne                                  
 #
 # Copyright (C) 2014 Troels E. Linnet                                        
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
@@ -40,7 +40,7 @@
 
 
 class Relax_fit:
-    def __init__(self, pipe_name=None, pipe_bundle=None, file_root='rx', 
results_dir=None, grid_inc='11', mc_sim_num=500, view_plots=True):
+    def __init__(self, pipe_name=None, pipe_bundle=None, file_root='rx', 
results_dir=None, grid_inc=11, mc_sim_num=500, view_plots=True):
         """Perform relaxation curve fitting.
 
         To use this auto-analysis, a data pipe with all the required data 
needs to be set up.  This data pipe should contain the following:




Related Messages


Powered by MHonArc, Updated Wed Feb 04 17:20:02 2015