Author: bugman
Date: Tue Sep  2 18:14:09 2014
New Revision: 25562

URL: http://svn.gna.org/viewcvs/relax?rev=25562&view=rev
Log:
Fix for the Relax_disp.test_estimate_r2eff_err_auto system test on MS Windows 
systems.

One of the value checks has been loosened.


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=25562&r1=25561&r2=25562&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Sep  2 18:14:09 2014
@@ -8423,7 +8423,7 @@
                                         self.assertAlmostEqual(value, 
0.87747558)
                                 elif model == MODEL_MP05:
                                     if r2eff_estimate == 'direct':
-                                        self.assertAlmostEqual(value, 
0.88828924)
+                                        self.assertAlmostEqual(value, 
0.88828924, 6)
                                     elif r2eff_estimate == 'MC2000':
                                         self.assertAlmostEqual(value, 
0.88809321)
                                     elif r2eff_estimate == 'chi2_pyt':


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

This is the relax-commits mailing list
[email protected]

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