Hi, This commit should also be reverted once the parameter constraints are fixed (http://thread.gmane.org/gmane.science.nmr.relax.scm/22774/focus=6698).
Regards, Edward On 15 August 2014 15:11, <[email protected]> wrote: > Author: tlinnet > Date: Fri Aug 15 15:11:03 2014 > New Revision: 25025 > > URL: http://svn.gna.org/viewcvs/relax?rev=25025&view=rev > Log: > Small fix for systemtest, where precision is lowered on digit after altering > the linear constraints. > > 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=25025&r1=25024&r2=25025&view=diff > ============================================================================== > --- trunk/test_suite/system_tests/relax_disp.py (original) > +++ trunk/test_suite/system_tests/relax_disp.py Fri Aug 15 15:11:03 2014 > @@ -3000,7 +3000,7 @@ > print("%-20s %20.15g %20.15g\n" % ("chi2", spin70.chi2, spin71.chi2)) > > # Checks for residue :70. > - self.assertAlmostEqual(spin70.r2[r20_key1], 6.74362294539099) > + self.assertAlmostEqual(spin70.r2[r20_key1], 6.74362294539099, 5) > self.assertAlmostEqual(spin70.r2[r20_key2], 6.57406797067481, 6) > self.assertAlmostEqual(spin70.phi_ex, 0.312733013751449) > self.assertAlmostEqual(spin70.kex/1000, 4723.09897146338/1000, 6) > > > _______________________________________________ > 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 _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel 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-devel

