mailr12285 - /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:17:
Author: bugman
Date: Thu Jan 13 11:17:55 2011
New Revision: 12285

URL: http://svn.gna.org/viewcvs/relax?rev=12285&view=rev
Log:
Added system tests for the optimisation of the normal model-free models 
against the all the tm 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=12285&r1=12284&r2=12285&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:17:55 2011
@@ -392,6 +392,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_m1_grid(self):
+        """Test the optimisation of the m1 model-free model against the tm1 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm1'
+        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_m2_grid(self):
         """Test the optimisation of the m2 model-free model against the tm2 
parameter grid."""
 
@@ -412,6 +423,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_m3_grid(self):
+        """Test the optimisation of the m3 model-free model against the tm3 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm3'
+        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_m4_grid(self):
+        """Test the optimisation of the m4 model-free model against the tm4 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm4'
+        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_m5_grid(self):
+        """Test the optimisation of the m5 model-free model against the tm5 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm5'
+        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_m6_grid(self):
+        """Test the optimisation of the m6 model-free model against the tm6 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm6'
+        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_m7_grid(self):
+        """Test the optimisation of the m7 model-free model against the tm7 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm7'
+        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_m8_grid(self):
+        """Test the optimisation of the m8 model-free model against the tm8 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm8'
+        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_m9_grid(self):
+        """Test the optimisation of the m9 model-free model against the tm9 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm9'
+        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_omp_analysis(self):




Related Messages


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