mailr5499 - /1.3/test_suite/unit_tests/_generic_fns/test_selection.py


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

Header


Content

Posted by edward on April 09, 2008 - 14:11:
Author: bugman
Date: Wed Apr  9 14:11:34 2008
New Revision: 5499

URL: http://svn.gna.org/viewcvs/relax?rev=5499&view=rev
Log:
Bug fix in the test_spin_loop_no_selection() unit test.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/test_selection.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/test_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/test_selection.py?rev=5499&r1=5498&r2=5499&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/test_selection.py (original)
+++ 1.3/test_suite/unit_tests/_generic_fns/test_selection.py Wed Apr  9 
14:11:34 2008
@@ -904,7 +904,7 @@
 
         # Spin data.
         select = [0, 1, 0, 0, 1, 1, 0]
-        name = ['NH', 'NH', None, None, 'N5', None, 'N5']
+        name = ['NH', 'NH', None, 'C8', 'N5', 'C8', 'N5']
 
         # Loop over the spins.
         i = 0




Related Messages


Powered by MHonArc, Updated Wed Apr 09 14:20:16 2008