mailr4748 - /1.3/specific_fns/base_class.py


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

Header


Content

Posted by edward on January 15, 2008 - 14:52:
Author: bugman
Date: Tue Jan 15 14:52:49 2008
New Revision: 4748

URL: http://svn.gna.org/viewcvs/relax?rev=4748&view=rev
Log:
Fixed a bug in the test_grid_ops() base class method which was preventing 
relax from starting.


Modified:
    1.3/specific_fns/base_class.py

Modified: 1.3/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/base_class.py?rev=4748&r1=4747&r2=4748&view=diff
==============================================================================
--- 1.3/specific_fns/base_class.py (original)
+++ 1.3/specific_fns/base_class.py Tue Jan 15 14:52:49 2008
@@ -412,7 +412,7 @@
         return spin.select_sim
 
 
-    def test_grid_ops(self, lower=None, upper=None, inc=None, n=n):
+    def test_grid_ops(self, lower=None, upper=None, inc=None, n=None):
         """Function for testing that the grid search options are reasonable.
 
         @param lower:       The lower bounds of the grid search which must 
be equal to the number of




Related Messages


Powered by MHonArc, Updated Tue Jan 15 15:00:14 2008