Menu

SVN archive Commit Log


Commit Date  
[r17735] by bugman

Removed some debugging printouts accidentally committed in r17734.

2012-10-07 22:47:19 Tree
[r17734] by bugman

The fix of r17733 actually broke Python 2.

The list.__setattr__() method is fundamentally different between Python 2 and 3!

2012-10-07 22:41:24 Tree
[r17733] by bugman

Python 3 fix for the setting of diffusion and alignment tensor simulation values.

The previous code somehow worked in Python 2 but was not formally correct and broke in Python 3.

2012-10-07 22:34:46 Tree
[r17732] by bugman

Python 3 fix for the model-free results file reading tests.

The ordering of dictionaries is different in Python 3, so now these are properly converted from
strings to dictionaries before comparison. This was not happening because of the XML changes from
Python 2.7.3 onwards.

2012-10-07 22:11:32 Tree
[r17731] by bugman

The relaxation curve-fitting system tests are now skipped if the module is missing or broken.

This improves the printouts from the test suite and shows a summary of skipped tests rather than a
pile of traceback messages and errors.

2012-10-07 20:11:43 Tree
[r17730] by bugman

The messsage about skipping the GUI tests due to wxPython being missing is now more specific.

This was being shown for all runs of the test suite when it only needs to appear if GUI tests have
been run.

2012-10-07 20:06:49 Tree
[r17729] by bugman

Added a Python 3 version of the truncated OMP model-free results file.

This was created with trunk which is during the 2.1 relax releases.

2012-10-07 19:58:58 Tree
[r17728] by bugman

Removed the Python 3 byte array hack which should have been removed earlier.

This code is from r17669 which should have been removed at r17712 but was accidentally left out.
Instead of reverting, the code has been deleted as r17669 contained another useful change.

2012-10-07 19:54:24 Tree
[r17727] by bugman

The OMP model-free results file generation script now outputs for any relax version.

2012-10-07 18:59:22 Tree
[r17726] by bugman

Python 3 fix for the Mf.test_latex_table system test.

The latex_mf_table.py model-free system test script docstring contains backslashes, so the raw
string format r"""Text""" is now used.

2012-10-07 18:56:21 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.