mailRe: r4514 - /branches/consistency_tests_1.3/test_suite/unit_tests/value_testing_base.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on January 08, 2008 - 23:44:
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,  <sebastien.morin.1@xxxxxxxxx> 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
relax-commits@xxxxxxx

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




Related Messages


Powered by MHonArc, Updated Wed Jan 09 18:41:28 2008