mailr16440 - /branches/uf_redesign/user_functions/minimisation.py


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

Header


Content

Posted by edward on May 24, 2012 - 12:18:
Author: bugman
Date: Thu May 24 12:18:27 2012
New Revision: 16440

URL: http://svn.gna.org/viewcvs/relax?rev=16440&view=rev
Log:
The grid_search user function inc arg cannot be None!


Modified:
    branches/uf_redesign/user_functions/minimisation.py

Modified: branches/uf_redesign/user_functions/minimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/minimisation.py?rev=16440&r1=16439&r2=16440&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/minimisation.py (original)
+++ branches/uf_redesign/user_functions/minimisation.py Thu May 24 12:18:27 
2012
@@ -79,8 +79,7 @@
     default = 21,
     py_type = "int_or_int_list",
     desc_short = "incrementation value",
-    desc = "The number of increments to search over.  If a single integer is 
given then the number of increments will be equal in all dimensions.  
Different numbers of increments in each direction can be set if 'inc' is set 
to an array of integers of length equal to the number of parameters.",
-    can_be_none = True
+    desc = "The number of increments to search over.  If a single integer is 
given then the number of increments will be equal in all dimensions.  
Different numbers of increments in each direction can be set if 'inc' is set 
to an array of integers of length equal to the number of parameters."
 )
 
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Thu May 24 12:40:02 2012