mailr12366 - /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 January 20, 2011 - 16:05:
Author: bugman
Date: Thu Jan 20 16:05:44 2011
New Revision: 12366

URL: http://svn.gna.org/viewcvs/relax?rev=12366&view=rev
Log:
Loosened the te check in value_check() so that a model-free system test would 
pass on 32-bit Linux.

The system test is test_opt_constr_bfgs_back_S2_0_970_te_2048_Rex_0_149().


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=12366&r1=12365&r2=12366&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Thu Jan 20 16:05:44 2011
@@ -645,6 +645,29 @@
         # g_count:  164
         # h_count:  0
         # warning:  None
+
+        # 32-bit i686 Linux.
+        # System:           Linux                    
+        # Release:          2.6.33.7-desktop-2mnb    
+        # Version:          #1 SMP Mon Sep 20 19:00:25 UTC 2010
+        # Win32 version:                             
+        # Distribution:     mandrake 2010.2 Official 
+        # Architecture:     32bit ELF                
+        # Machine:          i686                     
+        # Processor:        i686                     
+        # Python version:   2.6.5                    
+        # Numpy version:    1.4.1                    
+        # Libc version:     glibc 2.0                
+        # 
+        # s2:                         0.9700000000016741
+        # te (ps):                        2048.000000312
+        # rex:                       0.14899999996808433
+        # chi2:                   3.5466670276032307e-20
+        # iter:                                      158
+        # f_count:                                   744
+        # g_count:                                   165
+        # h_count:                                     0
+        # warning:                                  None
 
         # 32-bit i686 Linux.
         # System:           Linux                    
@@ -2446,7 +2469,7 @@
 
         # te correlation time.
         if type(te) == float:
-            self.assertAlmostEqual(spin.te / 1e-12, te, msg=mesg)
+            self.assertAlmostEqual(spin.te / 1e-12, te, 6, msg=mesg)
         elif te == None:
             self.assertEqual(spin.te, None, msg=mesg)
 




Related Messages


Powered by MHonArc, Updated Thu Jan 20 16:20:02 2011