mailr9311 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on August 14, 2009 - 11:37:
Author: bugman
Date: Fri Aug 14 11:37:47 2009
New Revision: 9311

URL: http://svn.gna.org/viewcvs/relax?rev=9311&view=rev
Log:
Fix for the test_opt_constr_newton_gmw_mt_S2_0_970_te_2048_Rex_0_149() system 
test for all Python version.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=9311&r1=9310&r2=9311&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Fri Aug 14 11:37:47 2009
@@ -593,11 +593,8 @@
 
         # Optimisation differences.
         if SYSTEM == 'Linux' and ARCH[0] == '64bit':
-            f_count = 91
-            g_count = 91
-            if search('^2.5', PY_VER) or search('^2.6', PY_VER):
-                f_count = 153
-                g_count = 153
+            f_count = 153
+            g_count = 153
         elif SYSTEM == 'Windows' and ARCH[0] == '32bit':
             f_count = 165
             g_count = 165




Related Messages


Powered by MHonArc, Updated Fri Aug 14 11:40:02 2009