mailr4749 - in /branches/N_state_model: ./ 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:53:
Author: bugman
Date: Tue Jan 15 14:53:28 2008
New Revision: 4749

URL: http://svn.gna.org/viewcvs/relax?rev=4749&view=rev
Log:
Merged revisions 4748 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r4748 | bugman | 2008-01-15 14:52:49 +0100 (Tue, 15 Jan 2008) | 3 lines
  
  Fixed a bug in the test_grid_ops() base class method which was preventing 
relax from starting.
........

Modified:
    branches/N_state_model/   (props changed)
    branches/N_state_model/specific_fns/base_class.py

Propchange: branches/N_state_model/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/N_state_model/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/base_class.py?rev=4749&r1=4748&r2=4749&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/base_class.py (original)
+++ branches/N_state_model/specific_fns/base_class.py Tue Jan 15 14:53:28 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:40:11 2008