Menu

SVN archive Commit Log


Commit Date  
[r23531] by tlinnet

Added 9th and 10th unit test case for model B14.

These tests are setup, to check how the function behaves under conditions of the grid-seach.

Two tests are setup, which either use the default lower or upper bound of the parameters for the grid search.

The return of the values are not checked, but the behaving of the function can be found when adding the --numpy-raise to run relax.

This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.

These tests are implemented to show bug cases related to:
Bug #22032: (bug #22032: Minimisation explodes when using Grid_INC=None) Minimisation explodes when using Grid_INC=None

The function can return nan or inf values, which are not handled by the minimisation algorithm, causing it to stop.
There needs to be mechanism to catch these cases.

2014-05-28 14:49:08 Tree
[r23530] by tlinnet

Added all the default values for the lower/upper bounds which is set for the parameters in the grid search.

This is added in the collected table of specific_analysis/relax_disp/parameter_object.py.
The values were extracted from: specific_analysis/relax_disp/optimisation.py in grid_search_setup().

This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
Discussed in post http://thread.gmane.org/gmane.science.nmr.relax.devel/5986.

In any function, these default values can get accessed by:

from specific_analyses.relax_disp.parameter_object import Relax_disp_params
PARAMS = Relax_disp_params()
PARAMS.default_value('pA')
PARAMS.grid_upper('pA')

This provides a good look-up table, when stress testing the different lib/dispersion/* functions.

2014-05-28 14:49:06 Tree
[r23529] by tlinnet

Added grid_upper to be handled in specific_analyses/parameter_object.py.

This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
Discussed in post http://thread.gmane.org/gmane.science.nmr.relax.devel/5986.

2014-05-28 14:49:05 Tree
[r23528] by tlinnet

Added the default value upper grid value to be set for the pA parameter.

This is added in the collected table of specific_analysis/relax_disp/parameter_object.py.

This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
Discussed in post http://thread.gmane.org/gmane.science.nmr.relax.devel/5986.

In any function, these default values can get accessed by:

from specific_analyses.relax_disp.parameter_object import Relax_disp_params
PARAMS = Relax_disp_params()
PARAMS.default_value('pA')
PARAMS.grid_upper('pA')

2014-05-28 14:49:03 Tree
[r23527] by tlinnet

Added grid_lower to be handled in specific_analyses/parameter_object.py.

This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
Discussed in post http://thread.gmane.org/gmane.science.nmr.relax.devel/5986.

2014-05-28 14:49:02 Tree
[r23526] by tlinnet

Added the default value lower grid value to be set for the pA parameter.

This is added in the collected table of specific_analysis/relax_disp/parameter_object.py

This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
Discussed in post http://thread.gmane.org/gmane.science.nmr.relax.devel/5986.

In any function, these default values can get accessed by:

from specific_analyses.relax_disp.parameter_object import Relax_disp_params
PARAMS = Relax_disp_params()
PARAMS.default_value('pA')
PARAMS.grid_lower('pA')

2014-05-28 14:49:00 Tree
[r23525] by bugman

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

........
r23498 | tlinnet | 2014-05-28 11:28:32 +0200 (Wed, 28 May 2014) | 1 line

Added dim dimensions to match the x,y,z positions for GUI input in user function dx.map.
........

2014-05-28 14:45:46 Tree
[r23524] by bugman

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

........
r23497 | tlinnet | 2014-05-28 11:28:30 +0200 (Wed, 28 May 2014) | 1 line

Moved py_type "list_val_or_list_of_list_val" to 2D sequence types.
........

2014-05-28 14:44:52 Tree
[r23523] by bugman

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

........
r23496 | bugman | 2014-05-28 11:26:48 +0200 (Wed, 28 May 2014) | 6 lines

Created the User_functions.test_structure_rotate GUI tests.

This is to catch bug #22100 (https://gna.org/bugs/?22100), the rotation argument for the
structure.rotate user function cannot be changed in the GUI, as an AttributeError is raised.
........

2014-05-28 14:34:59 Tree
[r23522] by bugman

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

........
r23495 | bugman | 2014-05-28 11:19:56 +0200 (Wed, 28 May 2014) | 7 lines

Modification to the Sequence_2D GUI element used for some user function windows.

The selection_win_show() method has been redefined, as the parent method from the Sequence element
is specific for the 1D sequence module. The open_dialog() method has also been modified to use the
new selection_win_show(), as well as the parent Sequence class selection_win_data() method.
........

2014-05-28 14:34:40 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.