Menu

SVN archive Commit Log


Commit Date  
[r26278] by bugman

Merged revisions 26260 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26260 | tlinnet | 2014-10-13 17:19:00 +0200 (Mon, 13 Oct 2014) | 5 lines

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-14 11:42:53 Tree
[r26277] by bugman

Merged revisions 26259 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26259 | tlinnet | 2014-10-13 17:18:58 +0200 (Mon, 13 Oct 2014) | 7 lines

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-14 11:42:26 Tree
[r26276] by bugman

Merged revisions 26256-26258 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26256 | bugman | 2014-10-13 16:30:13 +0200 (Mon, 13 Oct 2014) | 6 lines

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
be flushed more often on Python 2.5 so that it does not appear as if the tests have frozen.
........
r26257 | tlinnet | 2014-10-13 17:18:50 +0200 (Mon, 13 Oct 2014) | 1 line

Added check to systemtest Relax_disp.test_cpmg_synthetic_dx_map_points() for the creation of a matplotlib surface command plot file.
........
r26258 | tlinnet | 2014-10-13 17:18:56 +0200 (Mon, 13 Oct 2014) | 10 lines

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.
For each map, it creates a projected 3d map of the parameters and the chi2 value, and a heat map for the contours.

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-14 11:41:57 Tree
[r26275] by bugman

Merged revisions 26255 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26255 | bugman | 2014-10-13 15:16:28 +0200 (Mon, 13 Oct 2014) | 10 lines

Updated the Palmer.test_palmer_omp system test for the 64-bit Linux Modelfree 4.20 GCC binary file.

This fixes the second part and last part of the bug #22772 (https://gna.org/bugs/?22772), the
modelfree4 binary issue and the User_functions GUI tests with wxPython 2.9 failures of the test
suite.

The problem is that the 64-bit GNU/Linux GCC compiled binary of Modelfree 4.20 produces different
results as previous versions. These are now caught by the system test and correctly checked.
........

2014-10-14 11:40:28 Tree
[r26274] by bugman

Merged revisions 26254 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26254 | bugman | 2014-10-13 14:25:26 +0200 (Mon, 13 Oct 2014) | 9 lines

Fix for the poorly written User_functions.test_structure_add_atom GUI test.

This fixes one part of 2 of the bug #22772 (https://gna.org/bugs/?22772), the modelfree4 binary
issue and the User_functions GUI tests with wxPython 2.9 failures of the test suite.

The problem was that a list element was being set in the GUI test, but that element did not exist
yet. Somehow this worked in wxPython 2.8. But the bad code failed on wxPython 2.9.
........

2014-10-14 11:39:44 Tree
[r26273] by bugman

Merged revisions 26249-26253 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26249 | tlinnet | 2014-10-11 17:38:24 +0200 (Sat, 11 Oct 2014) | 1 line

Added example save state for more surface plotting.
........
r26250 | tlinnet | 2014-10-13 10:47:40 +0200 (Mon, 13 Oct 2014) | 3 lines

Added boolean argument to dx.map() function, to specify the creation of a parameter and associated chi2 values file.

For very very special situtaions, the creation of this file is not desired.
........
r26251 | tlinnet | 2014-10-13 11:48:03 +0200 (Mon, 13 Oct 2014) | 1 line

Modified that structure of points in dx.map() is always a list of numpy arrays with 3 values.
........
r26252 | tlinnet | 2014-10-13 11:48:05 +0200 (Mon, 13 Oct 2014) | 1 line

When issuing dx.map() function with points, implemented the writing out of parameter file, with associated calculated chi2 values.
........
r26253 | bugman | 2014-10-13 14:11:03 +0200 (Mon, 13 Oct 2014) | 5 lines

Improved the feedback in the User_functions.test_structure_add_atom system test.

It is now clearer what the input and output data is.
........

2014-10-14 11:39:00 Tree
[r26272] by bugman

Merged revisions 26248 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26248 | tlinnet | 2014-10-11 17:35:48 +0200 (Sat, 11 Oct 2014) | 3 lines

Added example surface chi2 values for plots.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........

2014-10-14 11:33:09 Tree
[r26271] by bugman

Merged revisions 26245-26247 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26245 | tlinnet | 2014-10-11 17:35:41 +0200 (Sat, 11 Oct 2014) | 1 line

Renamed test scripts and files for producing surface chi2 plots.
........
r26246 | tlinnet | 2014-10-11 17:35:44 +0200 (Sat, 11 Oct 2014) | 1 line

Renamed sample scripts making surface maps.
........
r26247 | tlinnet | 2014-10-11 17:35:46 +0200 (Sat, 11 Oct 2014) | 1 line

Added scripts to make surface plots of spin independents parameters dw and r2a.
........

2014-10-14 11:32:35 Tree
[r26270] by bugman

Merged revisions 26244 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26244 | tlinnet | 2014-10-10 17:05:39 +0200 (Fri, 10 Oct 2014) | 10 lines

Created systemtest Relax_disp.test_dx_map_clustered_create_par_file, which must show that relax is not able to find the local minimum under clustered conditions.

When creating the map, the map contain chi2 values, which are lower than the clustered fitted values.

This should not be the case.

I am running a larger map with larger bounds and more increements, which should show that there exist a minimum in the minimisation space with a lower chi2 value.

Bug #22754 (https://gna.org/bugs/index.php?22754): The minimise.calculate() does not calculate chi2 value for clustered residues.
Task #7860(https://gna.org/task/index.php?7860): When dx_map is issued, create a parameter file which maps parameters to chi2 value.
........

2014-10-14 11:31:14 Tree
[r26269] by bugman

Merged revisions 26243 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26243 | tlinnet | 2014-10-10 17:05:25 +0200 (Fri, 10 Oct 2014) | 3 lines

Added the write out of parameters and chi2 values, when creating a dx_map.

Task #7860(https://gna.org/task/index.php?7860): When dx_map is issued, create a parameter file which maps parameters to chi2 value.
........

2014-10-14 11:30:39 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.