mailr13697 - /branches/gui_testing/test_suite/gui_tests/noe.py


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

Header


Content

Posted by edward on July 18, 2011 - 16:06:
Author: bugman
Date: Mon Jul 18 16:06:46 2011
New Revision: 13697

URL: http://svn.gna.org/viewcvs/relax?rev=13697&view=rev
Log:
Fix for the auto NOE analysis GUI test - the reference and saturated spectra 
were being mixed up.


Modified:
    branches/gui_testing/test_suite/gui_tests/noe.py

Modified: branches/gui_testing/test_suite/gui_tests/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/noe.py?rev=13697&r1=13696&r2=13697&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/noe.py (original)
+++ branches/gui_testing/test_suite/gui_tests/noe.py Mon Jul 18 16:06:46 2011
@@ -120,7 +120,7 @@
             status.install_path + sep + 'test_suite' + sep + 'shared_data' + 
sep + 'peak_lists' + sep + 'sat_ave.list'
         ]
         errors = [3600, 3000]
-        types = [0, 1]
+        types = [1, 0]
 
         # Loop over the 2 spectra.
         for i in range(2):




Related Messages


Powered by MHonArc, Updated Mon Jul 18 17:00:02 2011