Menu

SVN archive Commit Log


Commit Date  
[r26507] by bugman

Converted all the extern.numdifftools modules using the dos2unix program.

2014-11-11 09:09:43 Tree
[r26506] by bugman

Python 3 fixes using 2to3 for the extern.numdifftools package.

The command used was:
2to3 -j 4 -w -f except -f import -f imports -f long -f numliterals -f xrange .

2014-11-11 09:04:21 Tree
[r26505] by bugman

Python 3 fixes using 2to3 for the extern.numdifftools package (mainly spacing fixes).

The command used was:
2to3 -j 4 -w -f buffer -f idioms -f set_literal -f ws_comma -x except -x import -x imports -x long -x numliterals -x xrange .

2014-11-11 09:03:19 Tree
[r26504] by bugman

Fixes for the Relax_disp.test_hansen_cpmg_data_missing_auto_analysis system test for certain systems.

The optimisation precision has been increased, and the value checking precision has been decreased.
This change is to allow the test to pass on Python 2.5 and 3.1 on a 32-bit GNU/Linux system. This
may be related to 32-bit numpy 1.6.2 verses later numpy versions causing precision differences.

2014-11-11 08:53:01 Tree
[r26503] by bugman

Python 3 fixes - eliminated all usage of the dictionary iteritems() calls as this no longer exists.

2014-11-11 08:45:48 Tree
[r26502] by bugman

Python 3 fixes throughout relax, as identified by the 2to3 script.

The command used was:
2to3 -j 4 -w -f except -f import -f imports -f long -f numliterals -f xrange .

2014-11-11 08:19:53 Tree
[r26501] by bugman

Python 3 fixes for the relax codebase.

These changes were made using the command:
2to3 -j 4 -w -f buffer -f idioms -f set_literal -f ws_comma -x except -x import -x imports -x long -x numliterals -x xrange .

2014-11-10 22:43:15 Tree
[r26500] by bugman

Fix for the Relax_disp.test_cpmg_synthetic_dx_map_points system test for certain systems.

This change is to allow the test to pass on Python 2.5 and 3.1 on a 32-bit GNU/Linux system. This
may be related to 32-bit numpy 1.6.2 verses later numpy versions causing precision differences.

2014-11-10 22:32:07 Tree
[r26499] by bugman

Loosened the checks in the Relax_disp.test_baldwin_synthetic_full system test.

This is to allow the test to pass on Python 2.5 and 3.1 on a 32-bit GNU/Linux system.

2014-11-10 22:24:54 Tree
[r26498] by bugman

Removed debugging code from the N_state_model.test_CaM_IQ_tensor_fit system test.

This was an accidentally introduced state.save user function used to catch the system test state.
It would results in the 'x.bz2' file being dumped in the current directory. It was introduced in
r26359 (http://article.gmane.org/gmane.science.nmr.relax.scm/24110).

2014-11-10 18:56:07 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.