mailr18892 - /trunk/test_suite/system_tests/structure.py


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

Header


Content

Posted by edward on March 19, 2013 - 17:11:
Author: bugman
Date: Tue Mar 19 17:11:04 2013
New Revision: 18892

URL: http://svn.gna.org/viewcvs/relax?rev=18892&view=rev
Log:
Fix for the Structure.test_load_scientific_results system test for the 
atom_loop() structural object changes.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=18892&r1=18891&r2=18892&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py (original)
+++ trunk/test_suite/system_tests/structure.py Tue Mar 19 17:11:04 2013
@@ -330,8 +330,6 @@
         # Loop over the residues.
         i = 0
         for res_name in cdp.structure.atom_loop(atom_id='@N', 
res_name_flag=True):
-            res_name = res_name[0]
-
             # Check the residue data.
             self.assertEqual(res_name, res_list[i])
 




Related Messages


Powered by MHonArc, Updated Tue Mar 19 17:40:02 2013