Menu

SVN archive Commit Log


Commit Date  
[r26315] by bugman

Speed up of the Frame_order.test_auto_analysis system test.

The splitting of the rigid model grid search into rotation and translation parts has been
reactivated.

2014-10-20 12:45:24 Tree
[r26314] by bugman

The splitting of the rigid model grid search into rotation and translation parts is now optional.

In the frame order auto-analysis, the rigid_grid_split argument has been introduced. The
alternating algorithm of performing a grid search over the rotational space followed by translation
is now optional and turned off by default. The reason is because the global minimum is sometimes
missed with this shortcut algorithm.

2014-10-20 09:52:52 Tree
[r26313] by bugman

The simulation is now turned of for intermediate results in the frame order auto-analysis.

The intermediate results are only for checking, so for these the full pseudo-Brownian dynamics
simulations are not required. The simulation flag has been introduced into the results_output()
method of the auto-analysis to control this.

2014-10-20 07:54:11 Tree
[r26312] by bugman

Fix for the recently broken (r26306) Relax_disp.test_tp02_data_to_tp02 system test.

The data pipe bundle variable was no longer defined, so now it is retrieved using the
pipe_control.pipes.get_bundle() function.

2014-10-18 08:22:07 Tree
[r26311] by bugman

Modified the pipe_control.pipes.get_bundle() function to operate when no pipe is supplied.

In this case, the pipe bundle that the current data pipe belongs to will be returned.

2014-10-18 08:20:36 Tree
[r26310] by bugman

Fix for the GUI test base class new_analysis_wizard() method for relaxation dispersion analyses.

2014-10-17 18:22:56 Tree
[r26309] by bugman

The gui.misc.bitmap_setup() function can now be used outside of the GUI.

2014-10-17 14:55:44 Tree
[r26308] by bugman

Updated all of the scripts in devel_scripts/gui/.

These have been non-functional since the merger of the bieri_gui back in January 2011.

2014-10-17 14:54:40 Tree
[r26307] by bugman

Fix for the gui.fonts module to allow it to be used outside of the GUI.

2014-10-17 14:13:04 Tree
[r26306] by bugman

Resign of how the new analysis wizard is handled in the GUI tests.

This relates to bug #22818 (https://gna.org/bugs/?22818), the GUI test suite failures in MS Windows
- PyAssertionError: C++ assertion "Assert failure".

The GUI test base class method new_analysis_wizard() has been created to simplify the process. When
a new analysis is desired, this method should be called. It will return the analysis page GUI
element for use in the test. The method standardises the execution of the new analysis wizard and
sets up the analysis in the GUI. It also properly destroys the wizard to avoid the memory leaking
issues such as bug #22818.

All GUI tests have been converted to use new_analysis_wizard(). This allows the GUI tests to pass
on MS Windows. However there are still significant sources of memory leaks (the USER Objects count)
visible in the Windows Task Manager.

2014-10-17 13:05:32 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.