mailr21932 - /trunk/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by edward on December 10, 2013 - 12:13:
Author: bugman
Date: Tue Dec 10 12:13:22 2013
New Revision: 21932

URL: http://svn.gna.org/viewcvs/relax?rev=21932&view=rev
Log:
Removed a printout from the Relax_disp.test_r1rho_kjaergaard GUI test as this 
is fatal for Python 3.


Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=21932&r1=21931&r2=21932&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Dec 10 12:13:22 2013
@@ -2514,7 +2514,6 @@
 
         i = 0
         for spin, spin_id in spin_loop(return_id=True):
-            print spin.name, spin.num, spin_id, spin.chemical_shift, cs[i]
             # Check the chemical shift.
             self.assertEqual(spin.chemical_shift, cs[i])
 




Related Messages


Powered by MHonArc, Updated Tue Dec 10 12:40:02 2013