mailr7675 - /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 12, 2008 - 19:38:
Author: bugman
Date: Sun Oct 12 19:38:10 2008
New Revision: 7675

URL: http://svn.gna.org/viewcvs/relax?rev=7675&view=rev
Log:
Fix for the spin names in the test_palmer_omp() system test checks.


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=7675&r1=7674&r2=7675&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/palmer.py (original)
+++ 1.3/test_suite/system_tests/palmer.py Sun Oct 12 19:38:10 2008
@@ -153,7 +153,7 @@
         # Checks for model m1, m2, and m3 mfout file reading.
         models = ['m1', 'm2', 'm3']
         params = [['S2'], ['S2', 'te'], ['S2', 'Rex']]
-        spin_names = [':-2&:Gly', ':-1&:Gly', ':0&:Gly']
+        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]]
         rex = [[None, None, None], [None, None, None], [0.0, 0.0, 0.0]]




Related Messages


Powered by MHonArc, Updated Sun Oct 12 20:00:05 2008