Commit | Date | |
---|---|---|
[r26268]
by
bugman
Merged revisions 26208,26214-26216,26221-26228,26232-26234,26237-26238,26241-26242 via svnmerge from ........ |
2014-10-14 11:28:12 | Tree |
[r26267]
by
bugman
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 |
2014-10-13 20:59:51 | Tree |
[r26266]
by
bugman
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 |
2014-10-13 20:58:22 | Tree |
[r26265]
by
bugman
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 |
2014-10-13 20:57:11 | Tree |
2014-10-13 17:07:30 | Tree | |
[r26263]
by
tlinnet
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. |
2014-10-13 16:19:38 | Tree |
2014-10-13 16:19:36 | Tree | |
2014-10-13 16:19:34 | Tree | |
[r26260]
by
tlinnet
Fix for testing the raise of expected errors in systemtests. The systemtest will not be tested, if python version is under version 2.7. Bug #22801 (https://gna.org/bugs/?22801): Failure of the relax test suite on Python 2.5. |
2014-10-13 15:19:00 | Tree |
[r26259]
by
tlinnet
Removal the use of OrderecDict(). OrderedDict is first available in python 2.7, and is not essential functionality. The functionality is replaced with looping over a list of dictionary keys instead, which is picked up under analysis. Bug #22798 (https://gna.org/bugs/?22798): Failure of relax to start due to an OrderedDict ImportError on Python 2.6 and earlier. |
2014-10-13 15:18:58 | Tree |