mailr5679 - /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:36:
Author: bugman
Date: Mon Apr 14 15:20:08 2008
New Revision: 5679

URL: http://svn.gna.org/viewcvs/relax?rev=5679&view=rev
Log:
The te conversion factor has been shifted into value_test().


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=5679&r1=5678&r2=5679&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:20:08 2008
@@ -209,7 +209,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.9699999999999995
-        te = 2048.000000000022283 * 1e-12
+        te = 2048.000000000022283
         rex = 0.14900000000000566
         chi2 = 5.24794913425e-24
         iter = 203
@@ -258,7 +258,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.9700000000000580
-        te = 2048.000000011044449 * 1e-12
+        te = 2048.000000011044449
         rex = 0.148999999998904
         chi2 = 3.1024517431117421e-27
         iter = 120
@@ -306,7 +306,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.9097900390625
-        te = 2.5000000000000001e-11
+        te = 25.00000000000000
         rex = 1.24017333984375
         chi2 = 53.476155463267176
         iter = 50
@@ -349,7 +349,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.9700000000219674
-        te = 2048.000001534187049 * 1e-12
+        te = 2048.000001534187049
         rex = 0.14899999946977982
         chi2 = 2.34772342485e-18
         iter = 198
@@ -398,7 +398,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.9699999999999994
-        te = 2048.000000000045020 * 1e-12
+        te = 2048.000000000045020
         rex = 0.14900000000001817
         chi2 = 7.3040158179665562e-28
         iter = 18
@@ -442,7 +442,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.9699999999999993
-        te = 2048.000000000041837 * 1e-12
+        te = 2048.000000000041837
         rex = 0.14900000000002225
         chi2 = 6.8756889983348349e-28
         iter = 22
@@ -490,7 +490,7 @@
         # Optimisation values (from 32 bit Linux as the standard).
         select = True
         s2 = 0.91579220834688024
-        te = 3.056865872253173e-13
+        te = 0.30568658722531733
         rex = 0.34008409798366124
         chi2 = 68.321956795264342
         iter = 50
@@ -761,7 +761,7 @@
         # Test all the values.
         self.assertEqual(spin.select, select, msg=mesg)
         self.assertEqual(spin.s2, s2, msg=mesg)
-        self.assertEqual(spin.te, te, msg=mesg)
+        self.assertEqual(spin.te / 1e-12, te, msg=mesg)
         self.assertEqual(spin.rex * (2.0 * pi * spin.frq[0])**2, rex, 
msg=mesg)
         self.assertAlmostEqual(spin.chi2, chi2, msg=mesg)
         self.assertEqual(spin.iter, iter, msg=mesg)




Related Messages


Powered by MHonArc, Updated Mon Apr 14 15:40:22 2008