Commit | Date | |
---|---|---|
[r21195]
by
bugman
Caught a divide by zero in the specific_analyses.relax_disp.disp_data.return_offset_data() function. This was identified by turning all numpy warnings to errors. |
2013-10-21 07:57:49 | Tree |
[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 |
2013-10-21 07:17:47 | Tree |
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 |
2013-10-21 06:55:18 | Tree |
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 ........ |
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. |
2013-10-18 17:53:55 | Tree |