mailr7656 - /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 - 17:40:
Author: bugman
Date: Sun Oct 12 17:40:28 2008
New Revision: 7656

URL: http://svn.gna.org/viewcvs/relax?rev=7656&view=rev
Log:
Fixes for the checks of the final mfout reading.


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=7656&r1=7655&r2=7656&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/palmer.py (original)
+++ 1.3/test_suite/system_tests/palmer.py Sun Oct 12 17:40:28 2008
@@ -111,7 +111,7 @@
         chi2 = [1.7964, 0.7391, 0.0000]
         for spin_index in xrange(3):
             # Get the spin.
-            spin = return_spin(spin_names[spin_index], pipe='final')
+            spin = return_spin(spin_names[spin_index], pipe='aic')
 
             # Conversions.
             if te[spin_index]:
@@ -120,8 +120,8 @@
                 rex[spin_index] = rex[spin_index] / (2.0 * pi * 
spin.frq[0])**2
 
             # Checks.
-            self.assertEqual(spin.model, models)
-            self.assertEqual(spin.params, params)
+            self.assertEqual(spin.model, models[spin_index])
+            self.assertEqual(spin.params, params[spin_index])
             self.assertEqual(spin.s2, s2[spin_index])
             self.assertEqual(spin.s2f, None)
             self.assertEqual(spin.s2s, None)




Related Messages


Powered by MHonArc, Updated Sun Oct 12 18:00:04 2008