mailr12269 - /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 12, 2011 - 21:57:
Author: bugman
Date: Wed Jan 12 21:57:33 2011
New Revision: 12269

URL: http://svn.gna.org/viewcvs/relax?rev=12269&view=rev
Log:
Added a system test for the optimisation of the m0 model-free model against 
the tm0 parameter grid.


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=12269&r1=12268&r2=12269&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Wed Jan 12 21:57:33 2011
@@ -335,6 +335,17 @@
 
         # Check the values.
         self.value_test(spin, local_tm=10, s2=0.8, te=40, chi2=0.0)
+
+
+    def test_m0_grid(self):
+        """Test the optimisation of the m0 model-free model against the tm0 
parameter grid."""
+
+        # Initialise.
+        cdp._model = 'm0'
+        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_tm0_grid.py')
 
 
     def test_m2_grid(self):




Related Messages


Powered by MHonArc, Updated Wed Jan 12 22:20:01 2011