mailr7657 - /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:47:
Author: bugman
Date: Sun Oct 12 17:47:28 2008
New Revision: 7657

URL: http://svn.gna.org/viewcvs/relax?rev=7657&view=rev
Log:
Added checks for the global chi2 and tm value.


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=7657&r1=7656&r2=7657&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/palmer.py (original)
+++ 1.3/test_suite/system_tests/palmer.py Sun Oct 12 17:47:28 2008
@@ -29,6 +29,7 @@
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
+from generic_fns import pipes
 from generic_fns.mol_res_spin import return_spin
 from relax_io import test_binary
 
@@ -130,3 +131,8 @@
             self.assertEqual(spin.ts, None)
             self.assertEqual(spin.rex, rex[spin_index])
             self.assertEqual(spin.chi2, chi2[spin_index])
+
+        # Final global values.
+        final_pipe = pipes.get_pipe('aic')
+        self.assertEqual(final_pipe.chi2, 22.5355)
+        self.assertEqual(final_pipe.diff_tensor.tm, 12.050 * 1e-9)




Related Messages


Powered by MHonArc, Updated Sun Oct 12 18:40:03 2008