Menu

SVN archive Commit Log


Commit Date  
[r27199] by bugman

Improvements for the rdc.corr_plot user function - the plot range is now determined by the data.

2015-01-16 17:38:19 Tree
[r27198] by bugman

Improvements for the pcs.corr_plot user function - the plot range is now determined by the data.

2015-01-16 17:38:10 Tree
[r27197] by bugman

Fix for the rdc.corr_plot user function.

The Y-axis is now set to the measured RDC, as the RDC errors are plotted as dY errors. This matches
the behaviour of the pcs.corr_plot user function.

2015-01-16 16:33:56 Tree
[r27196] by bugman

Improvements for the plots created by the pcs.corr_plot user function.

The axes now have labels, and have the range and number of ticks set to reasonable values.

2015-01-16 16:32:50 Tree
[r27195] by bugman

Small whitespace formatting fix for the titles printed by the align_tensor.display user function.

2015-01-16 10:44:22 Tree
[r27194] by bugman

Created a development document for catching segfaults and other errors in the GUI tests.

This is needed as not all wxPython errors can be caught in the Python unittest framework.

2015-01-15 13:00:18 Tree
[r27193] by bugman

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

The data returned from the self.tree.GetItemPyData(key) call can in rare racing cases not contain
the 'id' key. This is now being checked for and 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:25:36 Tree
[r27192] by bugman

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

The data returned from the self.tree.GetItemPyData(key) call can in rare racing cases not contain
the 'id' key. This is now being checked for and 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:24:37 Tree
[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
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.