Author: bugman
Date: Wed Sep 17 17:11:21 2014
New Revision: 25868
URL: http://svn.gna.org/viewcvs/relax?rev=25868&view=rev
Log:
The frame_order.count_sobol_points user function now shows more information.
The maximum number and oversampling factors are now also printed out for
maximum user feedback.
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py?rev=25868&r1=25867&r2=25868&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
Wed Sep 17 17:11:21 2014
@@ -158,7 +158,9 @@
cdp.used_sobol_points = count
# Printout.
- print("\n%-20s %20s" % ("Total points:", total_num))
+ print("\n%-20s %20s" % ("Maximum number of points:", cdp.sobol_max_points))
+ print("%-20s %20s" % ("Oversampling factor:", cdp.sobol_oversample))
+ print("%-20s %20s" % ("Total points:", total_num))
print("%-20s %20s" % ("Used points:", count))
percent = "%s" % (float(count)/float(total_num)*100) + '%'
print("%-20s %20s" % ("Percentage:", percent))
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits