mailr5321 - /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:23:
Author: semor
Date: Fri Apr  4 17:23:26 2008
New Revision: 5321

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


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=5321&r1=5320&r2=5321&view=diff
==============================================================================
--- 1.3/specific_fns/consistency_tests.py (original)
+++ 1.3/specific_fns/consistency_tests.py Fri Apr  4 17:23:26 2008
@@ -443,9 +443,9 @@
             raise RelaxNoPipeError
 
         # Test if the run type is set to 'ct'.
-        function_type = relax_data_store.run_types[cdp.run_names.index]
+        function_type = 
relax_data_store[relax_data_store.current_pipe].pipe_type
         if function_type != 'ct':
-            raise RelaxFuncSetupError, 
self.relax.specific_setup.get_string(function_type)
+            raise RelaxFuncSetupError, 
specific_fns.setup.get_string(function_type)
 
         # Test if the frequency has been set.
         if hasattr(cdp, 'ct_frq'):




Related Messages


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