mailr4565 - /branches/consistency_tests_1.3/specific_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on January 09, 2008 - 17:42:
Author: semor
Date: Wed Jan  9 17:42:56 2008
New Revision: 4565

URL: http://svn.gna.org/viewcvs/relax?rev=4565&view=rev
Log:
Changed 1 instance of the 'print_flag' arg to 'verbosity' in the calculate() 
function for consistency testing.


Modified:
    branches/consistency_tests_1.3/specific_fns/consistency_tests.py

Modified: branches/consistency_tests_1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/consistency_tests.py?rev=4565&r1=4564&r2=4565&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/specific_fns/consistency_tests.py Wed Jan  
9 17:42:56 2008
@@ -38,7 +38,7 @@
         """Class containing functions specific to consistency testing."""
 
 
-    def calculate(self, run=None, print_flag=1, sim_index=None):
+    def calculate(self, run=None, verbosity=1, sim_index=None):
         """Calculation of the consistency functions."""
 
         # Run argument.




Related Messages


Powered by MHonArc, Updated Wed Jan 09 18:00:12 2008