mailr5881 - /1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py


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

Header


Content

Posted by edward on April 20, 2008 - 22:24:
Author: bugman
Date: Sun Apr 20 22:24:11 2008
New Revision: 5881

URL: http://svn.gna.org/viewcvs/relax?rev=5881&view=rev
Log:
Fix for the test___residue_loop_selection() unit test.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py?rev=5881&r1=5880&r2=5881&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py 
(original)
+++ 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py Sun 
Apr 20 22:24:11 2008
@@ -153,7 +153,7 @@
 
         # Loop over the residues.
         res_count = 0
-        for res, res_num, res_name in 
self.data._Scientific_data__residue_loop(self.data.structural_data[0].peptide_chains[0],
 None, 'protein', sel_obj):
+        for res, res_num, res_name in 
self.data._Scientific_data__residue_loop(self.data.structural_data[0].peptide_chains[0],
 'Ap4Aase', 'protein', sel_obj):
             res_count = res_count + 1
 
         # Test the number of residues looped over.




Related Messages


Powered by MHonArc, Updated Sun Apr 20 22:40:16 2008