mailr25901 - /branches/frame_order_cleanup/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 September 18, 2014 - 17:53:
Author: bugman
Date: Thu Sep 18 17:53:33 2014
New Revision: 25901

URL: http://svn.gna.org/viewcvs/relax?rev=25901&view=rev
Log:
Fix for the frame order system test optimisation printouts.

The cdp.num_int_pts variable is now called cdp.sobol_max_points.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=25901&r1=25900&r2=25901&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Thu 
Sep 18 17:53:33 2014
@@ -188,8 +188,8 @@
                 string = string + "%-15s %30.17g\n" % (param, obj)
 
         string = string +   "%-15s %30.17g\n" % ('chi2:', cdp.chi2)
-        if hasattr(cdp, 'num_int_pts'):
-            string = string +   "%-15s %30i\n" % ('num_int_pts:', 
cdp.num_int_pts)
+        if hasattr(cdp, 'sobol_max_points'):
+            string = string +   "%-15s %30i\n" % ('sobol_max_points:', 
cdp.sobol_max_points)
         if hasattr(cdp, 'iter') and cdp.iter != None:
             string = string +   "%-15s %30i\n" % ('iter:', cdp.iter)
         if hasattr(cdp, 'f_count') and cdp.f_count != None:




Related Messages


Powered by MHonArc, Updated Thu Sep 18 18:20:02 2014