Commit | Date | |
---|---|---|
[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 |
[r26258]
by
tlinnet
Added the write out of a matplotlib command file, to plot surfaces of a dx map. It uses the minimum chi2 value in the map space, to define surface defitions. It creates a X,Y; X,Z; Y,Z map, where the values in the missing dimension has been cut at the minimum chi2 value. It also scatters the minimum chi2 value, the 4 smallest chi2 values, and maps any points in the point file, to a scatter point. Mapping the points from file to map points, is done by finding the shortest Euclidean distance in the space from the points to any map points. |
2014-10-13 15:18:56 | Tree |
[r26257]
by
tlinnet
Added check to systemtest Relax_disp.test_cpmg_synthetic_dx_map_points() for the creation of a matplotlib surface command plot file. |
2014-10-13 15:18:50 | Tree |
[r26256]
by
bugman
The devel_scripts/python_multiversion_test_suite.py script now runs relax with the --time flag. This is for quicker identification of failure points. It will also force the sys.stdout buffer to |
2014-10-13 14:30:13 | Tree |