mailr7872 - /1.3/test_suite/system_tests/scripts/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 20, 2008 - 22:59:
Author: bugman
Date: Mon Oct 20 22:59:45 2008
New Revision: 7872

URL: http://svn.gna.org/viewcvs/relax?rev=7872&view=rev
Log:
Fix for the test_latex_table() system test.


Modified:
    1.3/test_suite/system_tests/scripts/latex_mf_table.py

Modified: 1.3/test_suite/system_tests/scripts/latex_mf_table.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/latex_mf_table.py?rev=7872&r1=7871&r2=7872&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/latex_mf_table.py (original)
+++ 1.3/test_suite/system_tests/scripts/latex_mf_table.py Mon Oct 20 22:59:45 
2008
@@ -173,7 +173,7 @@
         # Loop over the spin systems.
         for spin, spin_id in spin_loop(return_id=True):
             # The spin ID string.
-            self.file.write("%-20s & " % (spin.name + `spin.num`))
+            self.file.write("%-20s & " % (spin_id))
 
             # The spin is not selected.
             if not spin.select:




Related Messages


Powered by MHonArc, Updated Mon Oct 20 23:20:03 2008