mailr12284 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on January 13, 2011 - 11:15:
Author: bugman
Date: Thu Jan 13 11:15:43 2011
New Revision: 12284

URL: http://svn.gna.org/viewcvs/relax?rev=12284&view=rev
Log:
Added system tests for the optimisation of all the local tm model-free 
parameter grids.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=12284&r1=12283&r2=12284&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Thu Jan 13 11:15:43 2011
@@ -2157,6 +2157,17 @@
         self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm0_grid.py')
 
 
+    def test_tm1_grid(self):
+        """Test the optimisation of the tm1 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm1'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm1_grid.py')
+
+
     def test_tm2_grid(self):
         """Test the optimisation of the tm2 model-free parameter grid."""
 
@@ -2166,6 +2177,83 @@
 
         # Setup the data pipe for optimisation.
         self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm2_grid.py')
+
+
+    def test_tm3_grid(self):
+        """Test the optimisation of the tm3 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm3'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm3_grid.py')
+
+
+    def test_tm4_grid(self):
+        """Test the optimisation of the tm4 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm4'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm4_grid.py')
+
+
+    def test_tm5_grid(self):
+        """Test the optimisation of the tm5 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm5'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm5_grid.py')
+
+
+    def test_tm6_grid(self):
+        """Test the optimisation of the tm6 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm6'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm6_grid.py')
+
+
+    def test_tm7_grid(self):
+        """Test the optimisation of the tm7 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm7'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm7_grid.py')
+
+
+    def test_tm8_grid(self):
+        """Test the optimisation of the tm8 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm8'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm8_grid.py')
+
+
+    def test_tm9_grid(self):
+        """Test the optimisation of the tm9 model-free parameter grid."""
+
+        # Initialise.
+        cdp._model = 'tm9'
+        cdp._value_test = self.value_test
+
+        # Setup the data pipe for optimisation.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'model_free'+sep+'opt_tm9_grid.py')
 
 
     def test_tylers_peptide(self):




Related Messages


Powered by MHonArc, Updated Thu Jan 13 11:20:02 2011