Author: bugman
Date: Thu Jan 15 11:45:01 2009
New Revision: 8462

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


Modified:
    
branches/multi_structure/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py

Modified: 
branches/multi_structure/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py?rev=8462&r1=8461&r2=8462&view=diff
==============================================================================
--- 
branches/multi_structure/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
 (original)
+++ 
branches/multi_structure/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
 Thu Jan 15 11:45:01 2009
@@ -70,7 +70,7 @@
 
         # Loop over the residues.
         res_count = 0
-        for res, res_num, res_name, res_index in 
self.data._Scientific_data__residue_loop(self.data.structural_data[0].peptide_chains[0]):
+        for res, res_num, res_name, res_index in 
self.data._Scientific_data__residue_loop(self.data.structural_data[0].mol[0]):
             res_count = res_count + 1
 
         # Test the number of residues looped over.


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to