mailr6207 - /1.3/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on May 21, 2008 - 22:56:
Author: bugman
Date: Wed May 21 22:56:11 2008
New Revision: 6207

URL: http://svn.gna.org/viewcvs/relax?rev=6207&view=rev
Log:
Converted the __init__() method docstring into the class docstring.


Modified:
    1.3/specific_fns/relax_fit.py

Modified: 1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_fit.py?rev=6207&r1=6206&r2=6207&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed May 21 22:56:11 2008
@@ -47,9 +47,7 @@
 
 
 class Relax_fit(Common_functions):
-    def __init__(self):
-        """Class containing functions for relaxation data."""
-
+    """Class containing functions for relaxation curve fitting."""
 
     def assemble_param_vector(self, spin=None, sim_index=None):
         """Assemble the exponential curve parameter vector (as a numpy 
array).




Related Messages


Powered by MHonArc, Updated Wed May 21 23:00:25 2008