mailr12240 - /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 12, 2011 - 14:29:
Author: bugman
Date: Wed Jan 12 14:29:54 2011
New Revision: 12240

URL: http://svn.gna.org/viewcvs/relax?rev=12240&view=rev
Log:
Fix for the test_local_tm_10_S2_0_8_te_40() system test.

The te value should be sent in a ps units.


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=12240&r1=12239&r2=12240&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Wed Jan 12 14:29:54 2011
@@ -276,7 +276,7 @@
         spin = cdp.mol[0].res[0].spin[0]
 
         # Check the values.
-        self.value_test(spin, s2=0.8, te=40e-9, chi2=0.0)
+        self.value_test(spin, s2=0.8, te=40, chi2=0.0)
 
 
     def test_omp_analysis(self):
@@ -2107,6 +2107,8 @@
 
         # te correlation time.
         if te != None:
+            print te / 1e3
+            print spin.te / 1e-9
             self.assertAlmostEqual(spin.te / 1e-9, te / 1e3, msg=mesg)
         else:
             self.assertEqual(spin.te, None, msg=mesg)




Related Messages


Powered by MHonArc, Updated Wed Jan 12 14:40:01 2011