mailr7500 - /1.3/test_suite/system_tests/model_elimination.py


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

Header


Content

Posted by edward on October 05, 2008 - 11:10:
Author: bugman
Date: Sun Oct  5 11:10:28 2008
New Revision: 7500

URL: http://svn.gna.org/viewcvs/relax?rev=7500&view=rev
Log:
Fix for the system test of the model elimination module.

The setUp() method has been added and it creates a data pipe to store the 
data.


Modified:
    1.3/test_suite/system_tests/model_elimination.py

Modified: 1.3/test_suite/system_tests/model_elimination.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_elimination.py?rev=7500&r1=7499&r2=7500&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_elimination.py (original)
+++ 1.3/test_suite/system_tests/model_elimination.py Sun Oct  5 11:10:28 2008
@@ -31,10 +31,18 @@
 class Modelim(TestCase):
     """Class for testing model selection."""
 
+    def setUp(self):
+        """Set up for these system tests."""
+
+        # Create a model-free data pipe.
+        self.relax.interpreter._Pipe.create('elim', 'mf')
+
+
     def tearDown(self):
         """Reset the relax data storage object."""
 
         ds.__reset__()
+
 
     def test_te_200ns(self):
         """Test the elimination of a model-free model with te = 200 ns."""




Related Messages


Powered by MHonArc, Updated Sun Oct 05 11:20:02 2008