mailr4751 - /branches/N_state_model/specific_fns/n_state_model.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 - 15:38:
Author: bugman
Date: Tue Jan 15 15:25:24 2008
New Revision: 4751

URL: http://svn.gna.org/viewcvs/relax?rev=4751&view=rev
Log:
Fix for the call to minimise() from grid_search().  A keyword arg was 
incorrect.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4751&r1=4750&r2=4751&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan 15 15:25:24 
2008
@@ -97,7 +97,7 @@
         dimension; 1, the lower limit of the grid; 2, the upper limit of the 
grid."""
 
         # Minimisation.
-        self.minimise(min_algor='grid', min_ops=grid_ops, 
constraints=constraints, verbosity=verbosity, sim_index=sim_index)
+        self.minimise(min_algor='grid', min_options=grid_ops, 
constraints=constraints, verbosity=verbosity, sim_index=sim_index)
 
 
     def linear_constraints(self):




Related Messages


Powered by MHonArc, Updated Tue Jan 15 15:40:11 2008