mailr20976 - /branches/relax_disp/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by edward on September 11, 2013 - 13:03:
Author: bugman
Date: Wed Sep 11 13:03:43 2013
New Revision: 20976

URL: http://svn.gna.org/viewcvs/relax?rev=20976&view=rev
Log:
Added system test for testing conversion to k_BA from kex and pA.

Progress sr #3071: https://gna.org/support/index.php?3071 - Implementation of 
Tollinger/Kay dispersion model (2001)
Following the guide at: 
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax

Troels E. Linnet provided this patch. Commit by: tlinnet _aaattt_ 
gmail_dot_com

Signed-off-by: Edward d'Auvergne <edward@xxxxxxxxxxxxx>

Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=20976&r1=20975&r2=20976&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Wed Sep 11 
13:03:43 2013
@@ -1017,6 +1017,9 @@
         # Test the conversion to k_AB from kex and pA.
         self.assertEqual(res61L.k_AB, res61L.kex * (1.0 - res61L.pA))
 
+        # Test the conversion to k_BA from kex and pA.
+        self.assertEqual(res61L.k_BA, res61L.kex * res61L.pA)
+
 
     def test_kteilum_fmpoulsen_makke_cpmg_data_048m_guhcl_to_cr72_full(self):
         """Optimisation of Kaare Teilum, Flemming M Poulsen, Mikael Akke 
2006 "acyl-CoA binding protein" CPMG data to the CR72 dispersion model.




Related Messages


Powered by MHonArc, Updated Wed Sep 11 13:20:01 2013