Menu

SVN archive Commit Log


Commit Date  
[r23556] by bugman

The self.variable_length flag is now used throughout the Sequence GUI element.

2014-05-28 16:35:34 Tree
[r23555] by bugman

Added list titles for the dx.map user function point argument.

This is so that the Sequence_2D GUI element will have column titles of 'X coordinate',
'Y coordinate', and 'Z coordinate'.

2014-05-28 16:26:19 Tree
[r23554] by bugman

Increased the width of the first column of the Sequence_2D GUI element for variable lists.

This is so the column title "Number" will fit.

2014-05-28 16:24:57 Tree
[r23553] by bugman

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

........
r23551 | bugman | 2014-05-28 18:11:40 +0200 (Wed, 28 May 2014) | 11 lines

Fix for bug #22102, the point argument of the dx.map user function failing in the GUI.

This is reported at https://gna.org/bugs/?22102.

The Sequence_2D GUI element used for all list of lists arguments in the user function GUI windows
now correctly handles variable length lists. The first column which shows a count of the elements
is now properly taken into account in the SetValue(), GetValue() and add_item() methods, via a new
self.offset variable. The self.variable_length variable has also been fixed so it is not
overwritten by the parent Sequence GUI element.
........

2014-05-28 16:12:48 Tree
[r23552] by bugman

Merged revisions 23545,23547 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r23545 | bugman | 2014-05-28 17:51:34 +0200 (Wed, 28 May 2014) | 3 lines

Fix for a previous commit (r23532).
........
r23547 | bugman | 2014-05-28 17:56:10 +0200 (Wed, 28 May 2014) | 6 lines

Expanded the User_functions.test_dx_map GUI test once again.

The new test is to set 2 valid points in the wizard, open and close the Sequence_2D window (twice),
and check that the points come back.
........

2014-05-28 16:11:44 Tree
[r23551] by bugman

Fix for bug #22102, the point argument of the dx.map user function failing in the GUI.

This is reported at https://gna.org/bugs/?22102.

The Sequence_2D GUI element used for all list of lists arguments in the user function GUI windows
now correctly handles variable length lists. The first column which shows a count of the elements
is now properly taken into account in the SetValue(), GetValue() and add_item() methods, via a new
self.offset variable. The self.variable_length variable has also been fixed so it is not
overwritten by the parent Sequence GUI element.

2014-05-28 16:11:40 Tree
[r23550] by tlinnet

Merged revisions 23542,23545,23547 via svnmerge from
svn+ssh://tlinnet@.../svn/relax/trunk

........
r23542 | bugman | 2014-05-28 17:47:00 +0200 (Wed, 28 May 2014) | 3 lines

Fixes for the frame order PDB presentation in the frame_order.pdb_model user function backend.
........
r23545 | bugman | 2014-05-28 17:51:34 +0200 (Wed, 28 May 2014) | 3 lines

Fix for a previous commit (r23532).
........
r23547 | bugman | 2014-05-28 17:56:10 +0200 (Wed, 28 May 2014) | 6 lines

Expanded the User_functions.test_dx_map GUI test once again.

The new test is to set 2 valid points in the wizard, open and close the Sequence_2D window (twice),
and check that the points come back.
........

2014-05-28 16:09:55 Tree
[r23549] by tlinnet

FIx for incorrectly svnmerge command.

To complete the full reverse, I should have gone one reversion number down.

The command used was:
svn merge -r23526:23504 .

.....
------------------------------------------------------------------------
r23526 | tlinnet | 2014-05-28 16:49:00 +0200 (Wed, 28 May 2014) | 13 lines

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 16:08:27 Tree
[r23548] by tlinnet

Fix for differences in systemtests which are different from trunk.

These were found with the command:
diff -bur disp_speed/test_suite/ relax_trunk/test_suite/ | grep -v "Binary files" > diff.txt

2014-05-28 16:03:15 Tree
[r23547] by bugman

Expanded the User_functions.test_dx_map GUI test once again.

The new test is to set 2 valid points in the wizard, open and close the Sequence_2D window (twice),
and check that the points come back.

2014-05-28 15:56:10 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.