mailr5324 - /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 April 04, 2008 - 17:26:
Author: semor
Date: Fri Apr  4 17:26:54 2008
New Revision: 5324

URL: http://svn.gna.org/viewcvs/relax?rev=5324&view=rev
Log:
Partially fixed more code so the consistency tests system test can go further 
before failure...

Added a missing variable.


Modified:
    1.3/specific_fns/consistency_tests.py

Modified: 1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/consistency_tests.py?rev=5324&r1=5323&r2=5324&view=diff
==============================================================================
--- 1.3/specific_fns/consistency_tests.py (original)
+++ 1.3/specific_fns/consistency_tests.py Fri Apr  4 17:26:54 2008
@@ -39,7 +39,7 @@
         """Class containing functions specific to consistency testing."""
 
 
-    def calculate(self, verbosity=1, sim_index=None):
+    def calculate(self, verbosity=1, sim_index=None, spin_id=None):
         """Calculation of the consistency functions."""
 
         # Alias the current data pipe.




Related Messages


Powered by MHonArc, Updated Fri Apr 04 17:40:12 2008