mailr5179 - /1.3/specific_fns/model_free/model_free.py


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

Header


Content

Posted by edward on March 23, 2008 - 13:42:
Author: bugman
Date: Sun Mar 23 13:42:32 2008
New Revision: 5179

URL: http://svn.gna.org/viewcvs/relax?rev=5179&view=rev
Log:
Converted the num_params keyword arg in assemble_scaling_matrix() to a normal 
arg.


Modified:
    1.3/specific_fns/model_free/model_free.py

Modified: 1.3/specific_fns/model_free/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/model_free.py?rev=5179&r1=5178&r2=5179&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/model_free.py (original)
+++ 1.3/specific_fns/model_free/model_free.py Sun Mar 23 13:42:32 2008
@@ -317,12 +317,12 @@
         return array(param_vector, float64)
 
 
-    def assemble_scaling_matrix(self, num_params=None, spin=None, 
spin_id=None, scaling=True):
+    def assemble_scaling_matrix(self, num_params, spin=None, spin_id=None, 
scaling=True):
         """Create and return the scaling matrix.
 
         If the spin argument is supplied, then the spin_id argument will be 
ignored.
 
-        @keyword num_params:    The number of parameters in the model.
+        @param num_params:      The number of parameters in the model.
         @type num_params:       int
         @keyword spin:          The spin data container.
         @type spin:             SpinContainer instance




Related Messages


Powered by MHonArc, Updated Sun Mar 23 14:00:16 2008