mailr11187 - /1.3/test_suite/system_tests/n_state_model.py


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

Header


Content

Posted by edward on May 18, 2010 - 14:15:
Author: bugman
Date: Tue May 18 14:15:13 2010
New Revision: 11187

URL: http://svn.gna.org/viewcvs/relax?rev=11187&view=rev
Log:
Added a check for the RDC RMS based Q-factor.

This is to check that relax matches both of Pales' Q-factors - which it does.


Modified:
    1.3/test_suite/system_tests/n_state_model.py

Modified: 1.3/test_suite/system_tests/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/n_state_model.py?rev=11187&r1=11186&r2=11187&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/n_state_model.py (original)
+++ 1.3/test_suite/system_tests/n_state_model.py Tue May 18 14:15:13 2010
@@ -266,6 +266,7 @@
         self.assertAlmostEqual(cdp.align_tensors[0].Ayz, -0.00015125)
         self.assertAlmostEqual(cdp.chi2, 23.5877482365)                 # 
Pales: 23.709
         self.assertAlmostEqual(cdp.q_rdc, 0.078460000413257444)       # 
Pales (Q Saupe): 0.079
+        self.assertAlmostEqual(cdp.q_rdc_norm2, 0.14049691097282743)       # 
Pales (Q RDC_RMS): 0.141
 
 
     def test_lactose_n_state_fixed(self):




Related Messages


Powered by MHonArc, Updated Tue May 18 18:00:02 2010