mailr14856 - /1.3/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py


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

Header


Content

Posted by edward on October 12, 2011 - 18:19:
Author: bugman
Date: Wed Oct 12 18:19:28 2011
New Revision: 14856

URL: http://svn.gna.org/viewcvs/relax?rev=14856&view=rev
Log:
The chi2 of zero test in the metal_pos_opt.py system test script is now not 
exact.


Modified:
    1.3/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py

Modified: 1.3/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py?rev=14856&r1=14855&r2=14856&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py Wed 
Oct 12 18:19:28 2011
@@ -74,7 +74,7 @@
     calc()
 
     # Check that the chi2 is zero!
-    if cdp.chi2 != 0.0:
+    if cdp.chi2 > 1e-15:
         print "Chi2: %s" % cdp.chi2
         raise RelaxError("The chi2 value must be zero here!")
 




Related Messages


Powered by MHonArc, Updated Wed Oct 12 18:40:02 2011