According to the docstring, the string 'J(0)' should be acceptable by
the return_data_name() method.  This test uncovered a bug in the
function rather than a typo in the test itself.  Maybe this has
something to do with regular expression and the '\' character in front
of the brackets?

Regards,

Edward


On Jan 8, 2008 11:16 PM,  <[EMAIL PROTECTED]> wrote:
> Author: semor
> Date: Tue Jan  8 23:16:21 2008
> New Revision: 4514
>
> URL: http://svn.gna.org/viewcvs/relax?rev=4514&view=rev
> Log:
> Corrected a typo.
>
>
> Modified:
>     branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py
>
> Modified: 
> branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py
> URL: 
> http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py?rev=4514&r1=4513&r2=4514&view=diff
> ==============================================================================
> --- 
> branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py 
> (original)
> +++ 
> branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py 
> Tue Jan  8 23:16:21 2008
> @@ -299,7 +299,7 @@
>          cdp = relax_data_store[relax_data_store.current_pipe]
>
>          # Set the parameter.
> -        self.value_fns.set(param=['J(0)', 'f_eta', 'f_r2'], val=1.9e-10)
> +        self.value_fns.set(param=['j0', 'f_eta', 'f_r2'], val=1.9e-10)
>
>          # Test the parameter.
>          self.assertEqual(cdp.mol[0].res[0].spin[0].j0, 1.9e-10)
>
>
> _______________________________________________
> relax (http://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://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

Reply via email to