svn+ssh://bugman@.../svn/relax/trunk
........
r26261 | tlinnet | 2014-10-13 18:19:34 +0200 (Mon, 13 Oct 2014) | 1 line
Inserted a z_axis limit for the plotting of 2D surfaces in matplotlib.
........
r26262 | tlinnet | 2014-10-13 18:19:36 +0200 (Mon, 13 Oct 2014) | 1 line
Added better figure control of chi2 values on z-axis for surface plots.
........
r26263 | tlinnet | 2014-10-13 18:19:38 +0200 (Mon, 13 Oct 2014) | 5 lines
Narrowed in dx_map in systemtest Relax_disp.test_dx_map_clustered_create_par_file()
This is to illustrate the failure of relax finding the global minimum.
It seems there is a shallow barrier, which relax failed to climb over, in order to find the minimum value.
........
r26264 | bugman | 2014-10-13 19:07:30 +0200 (Mon, 13 Oct 2014) | 3 lines
Removed a debugging printout.
........
r26265 | bugman | 2014-10-13 22:57:11 +0200 (Mon, 13 Oct 2014) | 6 lines
Added the verbosity argument to the pipe_control.minimise.reset_min_stats() function.
All of the minimisation code which calls this now send in their verbosity arguments. This allows
the text "Resetting the minimisation statistics." to be suppressed.
........
r26266 | bugman | 2014-10-13 22:58:22 +0200 (Mon, 13 Oct 2014) | 6 lines
Added the verbosity argument to the pipe_control.value.set() function.
This is passed into the pipe_control.minimise.reset_min_stats() function so its printouts can be
silenced.
........
r26267 | bugman | 2014-10-13 22:59:51 +0200 (Mon, 13 Oct 2014) | 6 lines
The pipe_control.opendx space mapping code now calls the value.set() function with verbosity=0.
This is to silence the very repetitive statistics resetting messages when executing the dx.map user
function.
........