Menu

SVN archive Commit Log


Commit Date  
[r21194] by bugman

Loosened the checks for the Relax_disp.test_hansen_cpmg_data_to_ns_cpmg_2site_star_full system test.

This is to allow the test to pass on 32-bit Linux systems.

2013-10-21 07:26:16 Tree
[r21193] by bugman

Fix for the lib.dispersion.cr72 module for early Python versions.

For Python 2.5 and earlier, the math.acosh() function does not exist. Therefore the numpy
equivalents are now being used.

2013-10-21 07:17:47 Tree
[r21192] by bugman

Updated the Relax_disp.test_hansen_cpmg_data_to_ns_cpmg_2site_star_full system test.

This is for the changes of r21191.

2013-10-21 07:03:20 Tree
[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
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.