mailr6596 - /1.3/prompt/eliminate.py


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

Header


Content

Posted by edward on June 29, 2008 - 15:55:
Author: bugman
Date: Sun Jun 29 15:35:32 2008
New Revision: 6596

URL: http://svn.gna.org/viewcvs/relax?rev=6596&view=rev
Log:
Converted all 0 and 1 binary vals to the bools False and True.


Modified:
    1.3/prompt/eliminate.py

Modified: 1.3/prompt/eliminate.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/eliminate.py?rev=6596&r1=6595&r2=6596&view=diff
==============================================================================
--- 1.3/prompt/eliminate.py (original)
+++ 1.3/prompt/eliminate.py Sun Jun 29 15:35:32 2008
@@ -58,16 +58,16 @@
         overridden by supplying a function.  The function should accept five 
arguments, a string
         defining a certain parameter, the value of the parameter, the 
minimisation
         instance (ie the residue index if the model is residue specific), 
and the function
-        arguments.  If the model is rejected, the function should return 1, 
otherwise it should
-        return 0.  The function will be executed multiple times, once for 
each parameter of the
+        arguments.  If the model is rejected, the function should return 
True, otherwise it should
+        return False.  The function will be executed multiple times, once 
for each parameter of the
         model.
 
         The 'args' keyword argument should be a tuple, a list enclosed in 
round brackets, and will
         be passed to the user supplied function or the inbuilt function.  
For a description of the
         arguments accepted by the inbuilt functions, see below.
 
-        Once a model is rejected, the select flag corresponding to that 
model will be set to 0 so
-        that model selection, or any other function, will then skip the 
model.
+        Once a model is rejected, the select flag corresponding to that 
model will be set to False
+        so that model selection, or any other function, will then skip the 
model.
         """
 
         # Function intro text.




Related Messages


Powered by MHonArc, Updated Sun Jun 29 16:00:20 2008