mailr6197 - /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:06:
Author: bugman
Date: Wed May 21 22:06:55 2008
New Revision: 6197

URL: http://svn.gna.org/viewcvs/relax?rev=6197&view=rev
Log:
Docstring fix in the assemble_param_vector() method.


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=6197&r1=6196&r2=6197&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed May 21 22:06:55 2008
@@ -54,8 +54,6 @@
     def assemble_param_vector(self, spin=None, sim_index=None):
         """Assemble the exponential curve parameter vector (as a numpy 
array).
 
-        If the spin argument is supplied, then the spin_id argument will be 
ignored.
-
         @keyword spin:          The spin data container.
         @type spin:             SpinContainer instance
         @keyword sim_index:     The optional MC simulation index.
@@ -100,7 +98,7 @@
         return array(param_vector, float64)
 
 
-    def assemble_scaling_matrix(self, index=None, scaling=1):
+    def assemble_scaling_matrix(self, spin=spin, scaling=True):
         """Function for creating the scaling matrix."""
 
         # Initialise.




Related Messages


Powered by MHonArc, Updated Wed May 21 22:20:22 2008