mailr19910 - /branches/relax_disp/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 June 06, 2013 - 19:59:
Author: bugman
Date: Thu Jun  6 19:59:56 2013
New Revision: 19910

URL: http://svn.gna.org/viewcvs/relax?rev=19910&view=rev
Log:
Removed debugging printouts from the Relax_disp system tests.


Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=19910&r1=19909&r2=19910&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Thu Jun  6 
19:59:56 2013
@@ -419,7 +419,6 @@
             print("\nResidue number %s." % (i+1))
 
             # Check the fitted parameters.
-            print cdp.mol[0].res[i].spin[0].r2eff
             
self.assertAlmostEqual(cdp.mol[0].res[i].spin[0].r2eff['1000.0'], 
res_data[i][0], places=2)
             
self.assertAlmostEqual(cdp.mol[0].res[i].spin[0].r2eff['2000.0'], 
res_data[i][1], places=2)
             
self.assertAlmostEqual(cdp.mol[0].res[i].spin[0].i0['1000.0']/10000, 
res_data[i][2]/10000, places=3)
@@ -486,7 +485,6 @@
         for spin, spin_id in spin_loop(return_id=True):
             # Printout.
             print("\nSpin %s." % spin_id)
-            print spin
 
             # Check the fitted parameters.
             for key in keys:
@@ -534,7 +532,6 @@
         for spin, spin_id in spin_loop(return_id=True):
             # Printout.
             print("\nSpin %s." % spin_id)
-            print spin
 
             # Check the fitted parameters.
             for key in keys:




Related Messages


Powered by MHonArc, Updated Thu Jun 06 20:20:05 2013