Author: bugman Date: Tue Dec 3 17:41:17 2013 New Revision: 21756 URL: http://svn.gna.org/viewcvs/relax?rev=21756&view=rev Log: Fix for the Relax_disp.test_ns_mmq_3site system test. The wrong spin was being checked. 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=21756&r1=21755&r2=21756&view=diff ============================================================================== --- trunk/test_suite/system_tests/relax_disp.py (original) +++ trunk/test_suite/system_tests/relax_disp.py Tue Dec 3 17:41:17 2013 @@ -2427,7 +2427,7 @@ self.interpreter.run(script_file=status.install_path + sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'relax_disp'+sep+'ns_mmq_3site.py') # Check the chi-squared value. - self.assertAlmostEqual(cdp.mol[0].res[0].spin[0].chi2, 0.0, 5) + self.assertAlmostEqual(cdp.mol[0].res[0].spin[1].chi2, 0.0, 5) def test_r2eff_read(self):