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:
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits