mailr11422 - /1.3/test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on August 05, 2010 - 13:10:
Author: bugman
Date: Thu Aug  5 13:10:23 2010
New Revision: 11422

URL: http://svn.gna.org/viewcvs/relax?rev=11422&view=rev
Log:
Fix for the pseudo-ellipse frame order system test.

The chi2 is different with the corrected equations.


Modified:
    1.3/test_suite/system_tests/frame_order.py

Modified: 1.3/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/frame_order.py?rev=11422&r1=11421&r2=11422&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/frame_order.py (original)
+++ 1.3/test_suite/system_tests/frame_order.py Thu Aug  5 13:10:23 2010
@@ -193,7 +193,7 @@
         self.interpreter.run(script_file=__main__.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'frame_order'+sep+'pseudo_ellipse.py')
 
         # The reference chi2 value.
-        chi2 = 0.024064900728854425
+        chi2 = 0.061584128626659393
 
         # Check the surrounding space.
         self.space_probe(ref_chi2=chi2, params=['ave_pos_alpha', 
'ave_pos_beta', 'ave_pos_gamma', 'eigen_alpha', 'eigen_beta', 'eigen_gamma', 
'cone_theta_x', 'cone_theta_y', 'cone_sigma_max'])




Related Messages


Powered by MHonArc, Updated Thu Aug 05 15:20:01 2010