Author: tlinnet
Date: Tue Dec  3 17:19:16 2013
New Revision: 21752

URL: http://svn.gna.org/viewcvs/relax?rev=21752&view=rev
Log:
Fix for Optimisation of Dr. Flemming Hansen's CPMG data to the 'NS CPMG 2-site 
star' dispersion model. 
Changed so assertAlmostEqual matches 2 digits.

Fix for bug #21322, (https://gna.org/bugs/?21322) - 5x Test suite fail for 
version 3.1.0
Reported for system CentOS 2.6.32-358.18.1.el6.x86_64.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=21752&r1=21751&r2=21752&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Dec  3 17:19:16 2013
@@ -1326,8 +1326,8 @@
         # Checks for residue :71.
         self.assertAlmostEqual(spin71.r2[r20_key1], 4.992594256544, 1)
         self.assertAlmostEqual(spin71.pA, 0.992258541625787, 2)
-        self.assertAlmostEqual(spin71.dw, 2.75140650899058, 0)
-        self.assertAlmostEqual(spin71.kex/1000, 2106.60885247431/1000, 0)
+        self.assertAlmostEqual(spin71.dw/100, 2.75140650899058/100, 2)
+        self.assertAlmostEqual(spin71.kex/100000, 2106.60885247431/100000, 2)
         self.assertAlmostEqual(spin71.chi2/100, 17.3293856656588/100, 1)
 
         # Test the conversion to k_AB from kex and pA.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to