Menu

SVN archive Commit Log


Commit Date  
[r17679] by bugman

Python 3 fix for the frame order system tests matching r17678.

As float to string conversions behave differently, the %.1f formatting is used to force only a
single decimal place float.

2012-10-02 14:58:40 Tree
[r17678] by bugman

Python 3 fix for the frame order system tests - float to string conversions behave differently.

Now the explicit %.1f formatting is used to force only a single decimal place float.

2012-10-02 14:54:57 Tree
[r17677] by bugman

Python 3 integer division to float fix for the frame order analysis.

2012-10-02 14:35:26 Tree
[r17676] by bugman

Python 3 bug fix for the frame order analysis - another int division problem.

2012-10-02 14:30:46 Tree
[r17675] by bugman

Python 3 fixes - eliminated all usage of the dictionary has_key() calls as they are no longer present.

2012-10-02 14:24:58 Tree
[r17674] by bugman

Python 2 and 3 support in the generic_fns.relax_data module using 2to3.

One print call was fixed after running 2to3.

2012-10-02 14:12:01 Tree
[r17673] by bugman

Python 3 bug fix for the Structure.test_read_pdb_mol_2_model_scientific system tests.

This is again an integer division problem returning a float.

2012-10-02 14:09:58 Tree
[r17672] by bugman

Python 3 fix for the test_write_protein_sequence() unit test.

This is again a string verses byte verses unicode problem.

2012-10-02 14:05:11 Tree
[r17671] by bugman

Python 3 fix for the user function docstring creation in the prompt UI mode.

Again this is the problem of a division now returning a float rather than an int.

2012-10-02 13:48:31 Tree
[r17670] by bugman

Python 3 bug fix for the N-state model target function setup.

The num_tensors variable needs to be an integer, but the Python 3 division will create a float type.

2012-10-02 13:44:24 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.