mailr5247 - /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 sebastien . morin . 1 on April 03, 2008 - 03:59:
Author: semor
Date: Thu Apr  3 03:59:22 2008
New Revision: 5247

URL: http://svn.gna.org/viewcvs/relax?rev=5247&view=rev
Log:
Changes to the jw_mapping and model-free codes to reflect the model-free 
changes of r5220...


Modified:
    1.3/test_suite/unit_tests/value_testing_base.py

Modified: 1.3/test_suite/unit_tests/value_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/value_testing_base.py?rev=5247&r1=5246&r2=5247&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/value_testing_base.py (original)
+++ 1.3/test_suite/unit_tests/value_testing_base.py Thu Apr  3 03:59:22 2008
@@ -2524,7 +2524,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -160e-6)
 
 
-    def test_set_jw_all_spins_nucleus(self):
+    def test_set_jw_all_spins_heteronucleus(self):
         """Set the RSDM heteronucleus type for all spins.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -2680,7 +2680,7 @@
         self.assertAlmostEqual(cdp.mol[0].res[1].spin[0].csa, -172e-6)
 
 
-    def test_set_jw_defaults_nucleus(self):
+    def test_set_jw_defaults_heteronucleus(self):
         """Set the RSDM heteronucleus type to the default value.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -2816,7 +2816,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -160e-6)
 
 
-    def test_set_jw_single_spin_nucleus(self):
+    def test_set_jw_single_spin_heteronucleus(self):
         """Set the RSDM heteronucleus type for a single spin.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -3090,7 +3090,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -172e-6)
 
 
-    def test_set_mf_all_spins_nucleus(self):
+    def test_set_mf_all_spins_heteronucleus(self):
         """Set the model-free heteronucleus type for all spins.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -3354,7 +3354,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -172 * 1e-6)
 
 
-    def test_set_mf_defaults_nucleus(self):
+    def test_set_mf_defaults_heteronucleus(self):
         """Set the model-free heteronucleus type to the default value.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().
@@ -3596,7 +3596,7 @@
         self.assertEqual(cdp.mol[0].res[1].spin[0].csa, -172e-6)
 
 
-    def test_set_mf_single_spin_nucleus(self):
+    def test_set_mf_single_spin_heteronucleus(self):
         """Set the model-free heteronucleus type for a single spin.
 
         The functions tested are both generic_fns.value.set() and 
prompt.value.set().




Related Messages


Powered by MHonArc, Updated Thu Apr 03 04:20:18 2008