mailr17726 - /trunk/test_suite/system_tests/scripts/model_free/latex_mf_table.py


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

Header


Content

Posted by edward on October 07, 2012 - 20:56:
Author: bugman
Date: Sun Oct  7 20:56:21 2012
New Revision: 17726

URL: http://svn.gna.org/viewcvs/relax?rev=17726&view=rev
Log:
Python 3 fix for the Mf.test_latex_table system test.

The latex_mf_table.py model-free system test script docstring contains 
backslashes, so the raw
string format r"""Text""" is now used.


Modified:
    trunk/test_suite/system_tests/scripts/model_free/latex_mf_table.py

Modified: trunk/test_suite/system_tests/scripts/model_free/latex_mf_table.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/model_free/latex_mf_table.py?rev=17726&r1=17725&r2=17726&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/model_free/latex_mf_table.py 
(original)
+++ trunk/test_suite/system_tests/scripts/model_free/latex_mf_table.py Sun 
Oct  7 20:56:21 2012
@@ -19,7 +19,7 @@
 #                                                                            
 #
 
###############################################################################
 
-"""Script for converting the model-free results into a LaTeX table.
+r"""Script for converting the model-free results into a LaTeX table.
 
 The longtable LaTeX package is necessary to allow the table to span multiple 
pages.  This table also
 uses the more elegant booktable format.  The packages can be included using 
the LaTeX preamble




Related Messages


Powered by MHonArc, Updated Sun Oct 07 21:00:02 2012