mailr7870 - /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 October 20, 2008 - 22:51:
Author: bugman
Date: Mon Oct 20 22:51:27 2008
New Revision: 7870

URL: http://svn.gna.org/viewcvs/relax?rev=7870&view=rev
Log:
Activated the model-free results to LaTeX table sample script.


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=7870&r1=7869&r2=7870&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Oct 20 22:51:27 2008
@@ -155,6 +155,13 @@
         # Test the model.
         self.assertEqual(cdp.mol[0].res[1].spin[0].model, 'm4')
         self.assertEqual(cdp.mol[0].res[1].spin[0].params, ['S2', 'te', 
'Rex'])
+
+
+    def test_latex_table(self):
+        """Test the creation of a LaTeX table of model-free results, 
mimicking the latex_mf_table.py sample script."""
+
+        # Execute the script.
+        self.relax.interpreter.run(script_file=sys.path[-1] + 
'/test_suite/system_tests/scripts/latex_mf_table.py')
 
 
     def test_omp_analysis(self):




Related Messages


Powered by MHonArc, Updated Mon Oct 20 23:00:04 2008