mailr6547 - /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 June 29, 2008 - 00:58:
Author: bugman
Date: Sun Jun 29 00:10:06 2008
New Revision: 6547

URL: http://svn.gna.org/viewcvs/relax?rev=6547&view=rev
Log:
Shortened the test_read_results_1_3() system test by not checking all 162 
residues.


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=6547&r1=6546&r2=6547&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Sun Jun 29 00:10:06 2008
@@ -838,6 +838,10 @@
 
             # Loop over the residues.
             for j in xrange(len(pipe_12.mol[i].res)):
+                # Ok, really don't need to do a full comparison of all 162 
residues for this test!
+                if j > 10:
+                    break
+
                 # Test the objects.
                 print "Comparison of the objects of the residue:"
                 self.object_comparison(obj1=pipe_12.mol[i].res[j], 
obj2=pipe_13.mol[i].res[j], skip=['spin'])




Related Messages


Powered by MHonArc, Updated Sun Jun 29 01:00:22 2008