mailr21194 - /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 October 21, 2013 - 09:26:
Author: bugman
Date: Mon Oct 21 09:26:16 2013
New Revision: 21194

URL: http://svn.gna.org/viewcvs/relax?rev=21194&view=rev
Log:
Loosened the checks for the 
Relax_disp.test_hansen_cpmg_data_to_ns_cpmg_2site_star_full system test.

This is to allow the test to pass on 32-bit Linux systems.


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=21194&r1=21193&r2=21194&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Mon Oct 21 
09:26:16 2013
@@ -1071,8 +1071,8 @@
         # Checks for residue :70.
         self.assertAlmostEqual(spin70.r2a[0], 6.65003835825478, 2)
         self.assertAlmostEqual(spin70.r2b[0]/10, 5.31347162207315/10, 1)
-        self.assertAlmostEqual(spin70.r2a[1], 7.87635108190449, 2)
-        self.assertAlmostEqual(spin70.r2b[1]/100, 135.708719885307/100, 2)
+        self.assertAlmostEqual(spin70.r2a[1]/10, 7.87635108190449/10, 2)
+        self.assertAlmostEqual(spin70.r2b[1]/100, 135.708719885307/100, 1)
         self.assertAlmostEqual(spin70.pA, 0.988469947252028, 4)
         self.assertAlmostEqual(spin70.dw, 5.45888282996666, 1)
         self.assertAlmostEqual(spin70.kex/1000, 1916.73326696216/1000, 1)




Related Messages


Powered by MHonArc, Updated Mon Oct 21 10:00:01 2013