Menu

SVN archive Commit Log


Commit Date  
[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
[r23521] by bugman

Created the User_functions.test_dx_map GUI test.

This extensively checks the 'point' argument for the dx.map user function GUI window. This is to
catch bug #22102 (https://gna.org/bugs/?22102), the point argument of the dx.map user function being
incorrect in the GUI.

2014-05-28 14:32:01 Tree
[r23520] by bugman

Bug fix for the Sequence_2D GUI element.

This is used for handling list of lists user function arguments in the user function GUI windows.
The setting of invalid values directly in the Sequence_2D GUI element is now detected. These values
are now replaced with None.

2014-05-28 14:04:38 Tree
[r23519] by bugman

Fixes for the Sequence and Sequence_2D GUI elements for handling invalid input data.

These elements used by the user function windows previously raised all sorts of errors if the data
was not what they expected (lists or lists of lists respectively). These situations are now caught
and the input data is ignored, so blank Sequence and Sequence_2D elements are presented to the user.

2014-05-28 13:48:29 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.