mailr13260 - /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 June 28, 2011 - 12:47:
Author: bugman
Date: Tue Jun 28 12:47:05 2011
New Revision: 13260

URL: http://svn.gna.org/viewcvs/relax?rev=13260&view=rev
Log:
Fix for the NOE analysis GUI test - one of the error values was incorrect.

The test now passes, though it should not as an error was thrown in the 
thread after the NOE
calculation.


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=13260&r1=13259&r2=13260&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/noe.py (original)
+++ branches/gui_testing/test_suite/gui_tests/noe.py Tue Jun 28 12:47:05 2011
@@ -120,7 +120,7 @@
         sat = [5050.0, 51643.0, 53663.0]
         ref = [148614.0, 166842.0, 128690.0]
         noe = [0.033980647852826784, 0.30953237194471417, 0.4169943274535706]
-        noe_err = [0.02020329903276632, 0.2320024671657343, 
0.026067523940084526]
+        noe_err = [0.02020329903276632, 0.019181416098790607, 
0.026067523940084526]
 
         # Check the data pipe.
         self.assertEqual(cdp_name(), ds.relax_gui.analyses[0].pipe_name)




Related Messages


Powered by MHonArc, Updated Tue Jun 28 22:20:02 2011