mailr5721 - /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 April 14, 2008 - 22:39:
Author: bugman
Date: Mon Apr 14 22:39:19 2008
New Revision: 5721

URL: http://svn.gna.org/viewcvs/relax?rev=5721&view=rev
Log:
Fixes for the test_opt_constr_sd_back_S2_0_970_te_2048_Rex_0_149() system 
test on 64 bit Linux.


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=5721&r1=5720&r2=5721&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Apr 14 22:39:19 2008
@@ -501,6 +501,13 @@
         h_count = 0
         warning = 'Maximum number of iterations reached'
 
+        # Optimisation differences.
+        if SYSTEM == 'Linux' and ARCH[0] == '64bit':
+            s2 = 0.915792208346891567
+            te = 0.305686587225278583
+            rex = 0.340084097980648314
+            chi2 = 68.321956795340568647
+
         # Test the values.
         
self.assertEqual(relax_data_store[relax_data_store.current_pipe].mol[0].res[0].spin[0].select,
 False)
         self.value_test(spin, select, s2, te, rex, chi2, iter, f_count, 
g_count, h_count, warning)




Related Messages


Powered by MHonArc, Updated Mon Apr 14 23:00:26 2008