Hi Troels,

In the commit message, it is very useful to say which system test you
are talking about.  You have to remember that this will be part of the
release messages and hence read by relax users, so you need to write
the commit message with that in mind.

Cheers,

Edward



On 8 December 2013 20:16,  <tlin...@nmr-relax.com> wrote:
> Author: tlinnet
> Date: Sun Dec  8 20:16:48 2013
> New Revision: 21871
>
> URL: http://svn.gna.org/viewcvs/relax?rev=21871&view=rev
> Log:
> Made systemtest test pass on Mac OS 10.9
>
> Modified:
>     trunk/test_suite/system_tests/n_state_model.py
>
> Modified: trunk/test_suite/system_tests/n_state_model.py
> URL: 
> http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/n_state_model.py?rev=21871&r1=21870&r2=21871&view=diff
> ==============================================================================
> --- trunk/test_suite/system_tests/n_state_model.py (original)
> +++ trunk/test_suite/system_tests/n_state_model.py Sun Dec  8 20:16:48 2013
> @@ -1047,7 +1047,7 @@
>
>          # Check the populations.
>          self.assertEqual(len(cdp.probs), 3)
> -        self.assertAlmostEqual(cdp.probs[0], 0.3, 4)
> +        self.assertAlmostEqual(cdp.probs[0], 0.3, 3)
>          self.assertAlmostEqual(cdp.probs[1], 0.6, 3)
>          self.assertAlmostEqual(cdp.probs[2], 0.1, 3)
>
>
>
> _______________________________________________
> relax (http://www.nmr-relax.com)
>
> This is the relax-commits mailing list
> relax-comm...@gna.org
>
> 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
relax-devel@gna.org

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

Reply via email to