Menu

SVN archive Commit Log


Commit Date  
[r21191] by bugman

Shifted all of the numerical dispersion code to use the internal matrix power function.

Instead of using the numpy.linalg.matrix_power() function, the relax
lib.linear_algebra.square_matrix_power() function is being used instead. This allows the code to
run on many older systems, as the numpy function is relatively new.

2013-10-21 06:55:18 Tree
[r21190] by bugman

Removed an unused import.

2013-10-18 18:17:51 Tree
[r21189] by bugman

Elimination of the relaxation dispersion system test tearDown() method.

The functionality is fully covered by the base system test method.

2013-10-18 18:16:44 Tree
[r21188] by bugman

Merged revisions 21187 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r21187 | bugman | 2013-10-18 20:12:35 +0200 (Fri, 18 Oct 2013) | 5 lines

The test_suite.clean_up.deletion() function can now handle the case of missing files and directories.

This problem was occurring in the relax_disp branch for some of the system tests.
........

2013-10-18 18:15:03 Tree
[r21187] by bugman

The test_suite.clean_up.deletion() function can now handle the case of missing files and directories.

This problem was occurring in the relax_disp branch for some of the system tests.

2013-10-18 18:12:35 Tree
[r21186] by bugman

Fix for the test_suite.clean_up.deletion() method for another MS Windows problem.

Sometimes the failed rmtree() call actually deletes the files and throws the WindowsError error.
Therefore the second rmtree() call will throw another WindowsError for the missing files. This is
now caught.

2013-10-18 17:53:55 Tree
[r21185] by bugman

Fix for the relaxation dispersion system test tearDown() method.

The rmtree function is no longer user, rather the test_suite.clean_up.deletion() function is being
used to handle the issue of MS Windows not releasing the file in time.

2013-10-18 17:39:15 Tree
[r21184] by bugman

Commented out some checks of the Relax_disp.test_hansen_cpmg_data_auto_analysis_numeric system test.

This is to allow this test to pass on 32-bit GNU/Linux systems. The numeric model optimisation is
incomplete but different between the 32-bit and 64-bit systems.

2013-10-18 17:31:42 Tree
[r21183] by bugman

Loosened some of the relaxation dispersion system tests to allow them to pass on MS Windows.

2013-10-18 17:20:42 Tree
[r21182] by bugman

Fixes to allow the Mf.test_mf_auto_analysis system test to pass on Mac OS X.

The simulated event.GetPosition() method in the Fake_right_click class the file
test_suite/gui_tests/model_free.py must return a wx.Point object and not a Python tuple. The
gui.components.base_list.Base_list.on_right_click() method has also been modified with a wx.Yield()
call to allos the test to pass.

2013-10-18 16:32:37 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.