mailr5676 - /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 - 15:37:
Author: bugman
Date: Mon Apr 14 15:04:47 2008
New Revision: 5676

URL: http://svn.gna.org/viewcvs/relax?rev=5676&view=rev
Log:
Made the S2 test exact!


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=5676&r1=5675&r2=5676&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Apr 14 15:04:47 2008
@@ -208,7 +208,7 @@
 
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
-        s2 = 0.970
+        s2 = 0.9699999999999995
         te = 2048 * 1e-12
         rex = 0.149 / (2.0 * pi * spin.frq[0])**2
         chi2 = 5.24794913425e-24
@@ -257,7 +257,7 @@
 
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
-        s2 = 0.970
+        s2 = 0.9700000000000580
         te = 2048 * 1e-12
         rex = 0.149 / (2.0 * pi * spin.frq[0])**2
         chi2 = 3.1024517431117421e-27
@@ -348,7 +348,7 @@
 
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
-        s2 = 0.970
+        s2 = 0.9700000000219674
         te = 2048 * 1e-12
         rex = 0.149 / (2.0 * pi * spin.frq[0])**2
         chi2 = 2.34772342485e-18
@@ -397,7 +397,7 @@
 
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
-        s2 = 0.970
+        s2 = 0.9699999999999994
         te = 2048 * 1e-12
         rex = 0.149 / (2.0 * pi * spin.frq[0])**2
         chi2 = 7.3040158179665562e-28
@@ -441,7 +441,7 @@
 
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
-        s2 = 0.970
+        s2 = 0.9699999999999993
         te = 2048 * 1e-12
         rex = 0.149 / (2.0 * pi * spin.frq[0])**2
         chi2 = 6.8756889983348349e-28
@@ -760,7 +760,7 @@
 
         # Test all the values.
         self.assertEqual(spin.select, select, msg=mesg)
-        self.assertAlmostEqual(spin.s2, s2, places=12, msg=mesg)
+        self.assertEqual(spin.s2, s2, msg=mesg)
         self.assertAlmostEqual(spin.te, te, msg=mesg)
         self.assertAlmostEqual(spin.rex, rex, msg=mesg)
         self.assertAlmostEqual(spin.chi2, chi2, msg=mesg)




Related Messages


Powered by MHonArc, Updated Mon Apr 14 16:20:35 2008