mailr24718 - /trunk/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 July 24, 2014 - 17:07:
Author: bugman
Date: Thu Jul 24 17:07:06 2014
New Revision: 24718

URL: http://svn.gna.org/viewcvs/relax?rev=24718&view=rev
Log:
The minimise.grid_search user function incs argument can no longer be a list 
with None elements.

This essentially reverts r11498.  The new skip_preset argument together with 
a grid increment value
of 1 has the same effect of skipping the parameter in the grid search.


Modified:
    trunk/user_functions/minimisation.py

Modified: trunk/user_functions/minimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/minimisation.py?rev=24718&r1=24717&r2=24718&view=diff
==============================================================================
--- trunk/user_functions/minimisation.py        (original)
+++ trunk/user_functions/minimisation.py        Thu Jul 24 17:07:06 2014
@@ -345,7 +345,7 @@
     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.",
-    none_elements = True
+    none_elements = False
 )
 uf.add_keyarg(
     name = "verbosity",




Related Messages


Powered by MHonArc, Updated Thu Jul 24 17:20:02 2014