mailr7693 - /1.3/test_suite/system_tests/palmer.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 14, 2008 - 12:27:
Author: bugman
Date: Tue Oct 14 12:27:56 2008
New Revision: 7693

URL: http://svn.gna.org/viewcvs/relax?rev=7693&view=rev
Log:
Modified the test_palmer_omp() system test to take into account the bugs 
fixed in Modelfree 4.20.


Modified:
    1.3/test_suite/system_tests/palmer.py

Modified: 1.3/test_suite/system_tests/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/palmer.py?rev=7693&r1=7692&r2=7693&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/palmer.py (original)
+++ 1.3/test_suite/system_tests/palmer.py Tue Oct 14 12:27:56 2008
@@ -154,10 +154,10 @@
         models = ['m1', 'm2', 'm3']
         params = [['S2'], ['S2', 'te'], ['S2', 'Rex']]
         spin_names = [':9', ':10', ':11']
-        s2 = [[0.822, 0.799, 0.823], [0.855, 0.777, 0.812], [0.822, 0.799, 
0.823]]
-        te = [[None, None, None], [420.873, 36.084, 20.043], [None, None, 
None]]
+        s2 = [[0.822, 0.799, 0.823], [0.788, 0.777, 0.812], [0.822, 0.799, 
0.823]]
+        te = [[None, None, None], [61.506, 36.084, 20.043], [None, None, 
None]]
         rex = [[None, None, None], [None, None, None], [0.0, 0.0, 0.0]]
-        chi2 = [[143.6773, 105.1767, 61.6684], [67.6796, 57.1562, 48.4927], 
[143.6773, 105.1767, 61.6684]]
+        chi2 = [[143.6773, 105.1767, 61.6684], [40.9055, 57.1562, 48.4927], 
[143.6773, 105.1767, 61.6684]]
         for model_index in xrange(3):
             print "Model " + `models[model_index]`
             for spin_index in xrange(3):




Related Messages


Powered by MHonArc, Updated Tue Oct 14 18:20:02 2008