Menu

SVN archive Commit Log


Commit Date  
[r16458] by bugman

Shifted out the interpreter components of the J(w) mapping tests into scripts.

This allows the tests to work in the GUI test framework.

2012-05-25 16:02:25 Tree
[r16457] by bugman

Converted the consistency tests script to the new _execute_uf() design.

This allows it to work with the GUI for the GUI tests.

2012-05-25 16:01:07 Tree
[r16456] by bugman

Fix for the recycling of user function wizards for when a wizard fails.

In certain cases (relax bugs), the creation of the user function wizard will fail half way through.
The next time the user function is called, the half made page will be called and an error will
occur. This occurs in often in the test suite, resulting in many normally passing tests failing
after an earlier test fails.

2012-05-25 14:06:30 Tree
[r16455] by bugman

Merged revisions 16451-16454 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r16451 | bugman | 2012-05-25 09:23:58 +0200 (Fri, 25 May 2012) | 9 lines

Made the bond vector extraction print out from structure.vectors more informative.

This is in response to James Nyirenda's <jamesn7414 att yahoo dott com> post at
https://mail.gna.org/public/relax-users/2012-05/msg00023.html (Message-id:
<1337916876.99384.YahooMailNeo@...>).

The number of vectors extracted is now being printed out.
........
r16452 | bugman | 2012-05-25 09:32:17 +0200 (Fri, 25 May 2012) | 3 lines

A small change for the structure.vectors print out.
........
r16453 | bugman | 2012-05-25 09:47:49 +0200 (Fri, 25 May 2012) | 10 lines

The model-free minimisation is now checking for multiple vectors per spin, and raises a RelaxError.

This is in response to James Nyirenda's <jamesn7414 att yahoo dott com> post at
https://mail.gna.org/public/relax-users/2012-05/msg00023.html (Message-id:
<1337916876.99384.YahooMailNeo@...>).

The RelaxMultiVectorError has been modified to accept a spin ID. This error is now raised if
multiple vectors exist per spin, as model-free analysis cannot handle this.
........
r16454 | bugman | 2012-05-25 11:30:38 +0200 (Fri, 25 May 2012) | 7 lines

Fix for a bug introduced at r16453.

The structure.vectors user function will now store single vectors as a 3D, rank-1 array. In some
cases this was being stored as a list of 3D, rank-1 arrays which was then failing in with the
RelaxMultipleVectorError in the model-free code.
........

2012-05-25 09:56:08 Tree
[r16454] by bugman

Fix for a bug introduced at r16453.

The structure.vectors user function will now store single vectors as a 3D, rank-1 array. In some
cases this was being stored as a list of 3D, rank-1 arrays which was then failing in with the
RelaxMultipleVectorError in the model-free code.

2012-05-25 09:30:38 Tree
[r16453] by bugman

The model-free minimisation is now checking for multiple vectors per spin, and raises a RelaxError.

This is in response to James Nyirenda's <jamesn7414 att yahoo dott com> post at
https://mail.gna.org/public/relax-users/2012-05/msg00023.html (Message-id:
<1337916876.99384.YahooMailNeo@...>).

The RelaxMultiVectorError has been modified to accept a spin ID. This error is now raised if
multiple vectors exist per spin, as model-free analysis cannot handle this.

2012-05-25 07:47:49 Tree
[r16452] by bugman

A small change for the structure.vectors print out.

2012-05-25 07:32:17 Tree
[r16451] by bugman

Made the bond vector extraction print out from structure.vectors more informative.

This is in response to James Nyirenda's <jamesn7414 att yahoo dott com> post at
https://mail.gna.org/public/relax-users/2012-05/msg00023.html (Message-id:
<1337916876.99384.YahooMailNeo@...>).

The number of vectors extracted is now being printed out.

2012-05-25 07:23:58 Tree
[r16450] by bugman

The jw_mapping system tests are now run as GUI tests.

2012-05-24 16:07:51 Tree
[r16449] by bugman

Mac OS X bug fix for the non-read only ComboBox GUI input elements.

This is for the Value and Combo_list GUI input elements. The problem was two-fold. First the
convert_to_gui() call was required to convert the value to a unicode string, as a normal string will
be not be set via the ComboBox.SetValue() method. Secondly old selections need to be turned off.
On other operating systems, the SetValue() call will reset this - but not on Macs!!! Grrrrr......

2012-05-24 15:47:01 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.