mailr9917 - /1.3/specific_fns/api_base.py


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

Header


Content

Posted by edward on November 24, 2009 - 13:47:
Author: bugman
Date: Tue Nov 24 13:47:33 2009
New Revision: 9917

URL: http://svn.gna.org/viewcvs/relax?rev=9917&view=rev
Log:
Docstring and default arg changes.


Modified:
    1.3/specific_fns/api_base.py

Modified: 1.3/specific_fns/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/api_base.py?rev=9917&r1=9916&r2=9917&view=diff
==============================================================================
--- 1.3/specific_fns/api_base.py (original)
+++ 1.3/specific_fns/api_base.py Tue Nov 24 13:47:33 2009
@@ -55,11 +55,11 @@
             yield spin_id
 
 
-    def calculate(self, spin_id=None, verbosity=None, sim_index=None):
+    def calculate(self, spin_id=None, verbosity=1, sim_index=None):
         """Prototype method for the calculation of the chi-squared value.
 
         @keyword spin_id:   The spin identification string.
-        @type spin_id:      str
+        @type spin_id:      None or str
         @keyword verbosity: The amount of information to print.  The higher 
the value, the greater the verbosity.
         @type verbosity:    int
         @keyword sim_index: The optional MC simulation index.




Related Messages


Powered by MHonArc, Updated Tue Nov 24 14:00:03 2009