Menu

SVN archive Commit Log


Commit Date  
[r27191] by bugman

More robustness for the spin viewer GUI window update_*() methods.

When no spin data exists, the self.tree.GetItemPyData(key) call can return None. This is now being
checked for and such None values are being skipped in the update_mol(), update_res() and
update_spin() methods.

The problem was found in the Mf.test_bug_20479_gui_final_pipe system test when running the command:
for i in {1..10}; do ./relax --gui-tests --time -d &>> gui_tests.log; done

2015-01-15 09:17:58 Tree
[r27190] by bugman

More robustness for the spin viewer GUI window prune_*() methods.

When no spin data exists, the self.tree.GetItemPyData(key) call can return None. This is now being
checked for and such None values are being skipped in the prune_mol(), prune_res() and prune_spin()
methods.

The problem was found in the Mf.test_bug_20479_gui_final_pipe system test when running the command:
for i in {1..10}; do ./relax --gui-tests --time -d &>> gui_tests.log; done

2015-01-15 09:15:50 Tree
[r27189] by bugman

Racing fixes for the General.test_bug_23187_residue_delete_gui GUI test.

Some GUI interpreter flush() calls have been added to avoid racing in the GUI. The GUI tests are so
quick that the asynchronous user function call will be processed at the same time as the spin viewer
window is being created, causing fatal segmentation faults in the test suite.

2015-01-15 08:54:55 Tree
[r27188] by bugman

Updated the copyright notice for 2015 in the GUI splash screen graphic.

2015-01-15 08:42:02 Tree
[r27187] by bugman

The copyright notice in the GUI now uses the info box object.

This is for the status bar at the bottom of the GUI window. This removes one place where copyright
notices needs to be updated each year. This status text will then be updated whenever the info.py
file has been updated.

2015-01-15 08:39:46 Tree
[r27186] by bugman

Updated the main relax copyright notices for 2015.

2015-01-15 08:37:14 Tree
[r27185] by bugman

Updated my copyright notice on all files changed in 2015.

2015-01-15 08:26:49 Tree
[r27184] by tlinnet

Changed Nmrglue.test_save_state, after removing old 8MB test spectrum file.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

2015-01-14 17:46:46 Tree
[r27183] by tlinnet

Change of systemtest Nmrglue.test_plot_contour, after removing of 8MB test spectrum file.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

2015-01-14 17:46:44 Tree
[r27182] by tlinnet

Fix for systemtest Nmrglue.test_nmrglue_read, after removing 8MB test file.

The test is now performed on a smaller different file.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

2015-01-14 17:46:42 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.