Menu

SVN archive Commit Log


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

The user function intro string echoing has been turned back on for the GUI.

The removal of the need for the prompt UI interface for the GUI user functions removed the intro
print outs. These have been reimplemented within the GUI code now.

2012-05-24 15:05:11 Tree
[r16447] by bugman

Renamed the status.prompt_intro flag to status.uf_intro.

This is because the flag will be used in all UIs.

2012-05-24 14:55:30 Tree
[r16446] by bugman

Mac OS X bug fixes for the GUI ComboBox input elements.

The ComboBox.GetClientData() method on Mac OS X fails if the ComboBox.GetSelection() method returns
-1 (or wx.NOT_FOUND).

2012-05-24 14:41:08 Tree
[r16445] by bugman

Another fix for the test_write_protein_sequence unit test.

The wrong md5 sum for the file was being used.

2012-05-24 13:17:22 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.