mailr21966 - /trunk/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 January 13, 2014 - 13:23:
Author: bugman
Date: Mon Jan 13 13:23:04 2014
New Revision: 21966

URL: http://svn.gna.org/viewcvs/relax?rev=21966&view=rev
Log:
Loosened the chi2 check in the Relax_disp.test_korzhnev_2005_15n_mq_data 
system test.

This is to allow the test to pass on a 32-bit Linux (Mageia 1) test system.


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=21966&r1=21965&r2=21966&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Mon Jan 13 13:23:04 2014
@@ -1677,7 +1677,7 @@
         self.assertAlmostEqual(spin.dw, 4.33890689462363, 2)
         self.assertAlmostEqual(spin.dwH, -0.274316585638047, 3)
         self.assertAlmostEqual(spin.kex/1000, 344.329651956132/1000, 3)
-        self.assertAlmostEqual(spin.chi2, 10.3654315659173, 3)
+        self.assertAlmostEqual(spin.chi2, 10.3654315659173, 2)
 
 
     def test_korzhnev_2005_15n_sq_data(self):




Related Messages


Powered by MHonArc, Updated Mon Jan 13 15:00:02 2014