mailr5186 - /1.3/specific_fns/model_free/mf_minimise.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 - 14:47:
Author: bugman
Date: Sun Mar 23 14:47:42 2008
New Revision: 5186

URL: http://svn.gna.org/viewcvs/relax?rev=5186&view=rev
Log:
Added the missing self arg to test_grid_size().


Modified:
    1.3/specific_fns/model_free/mf_minimise.py

Modified: 1.3/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/mf_minimise.py?rev=5186&r1=5185&r2=5186&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/mf_minimise.py (original)
+++ 1.3/specific_fns/model_free/mf_minimise.py Sun Mar 23 14:47:42 2008
@@ -1210,7 +1210,7 @@
         return relax_data, relax_error, equations, param_types, 
param_values, r, csa, num_frq, frq, num_ri, remap_table, noe_r1_table, 
ri_labels, num_params, xh_unit_vectors, diff_type, diff_params
 
 
-    def test_grid_size(min_options):
+    def test_grid_size(self, min_options):
         """Test the size of the grid search.
 
         @param min_options: The grid search configuration.




Related Messages


Powered by MHonArc, Updated Sun Mar 23 15:00:31 2008