Commit | Date | |
---|---|---|
[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 |
[r17669]
by
bugman
Python 3 fix for the reading of text from a bz2 file. In Python 3, the readlines() function was returning a list of bytes types, not a list of strings. |
2012-10-02 13:42:37 | Tree |
2012-10-02 13:19:32 | Tree | |
[r17667]
by
bugman
Python 3 bug fix for the relax_io.read_spin_data() function. The built in max() function cannot handle the value of None, therefore the filter() function is used |
2012-10-02 13:18:32 | Tree |
[r17666]
by
bugman
Python 3 bug fix for the state.load user function. The header line of pickled states (rather than the standard XML states) is of the b'' byte format. |
2012-10-02 12:37:01 | Tree |
[r17665]
by
bugman
Better support for both Python 2 and 3 in the relax data store. The 2to3 script was used on all of the files in the data package. |
2012-10-02 12:25:52 | Tree |
[r17664]
by
bugman
Python 3 preparation - the relax data store (the data package) now supports both Python 2 and 3. The command used was: |
2012-10-02 12:23:43 | Tree |
[r17663]
by
bugman
Python 3 fix - the relax_errors.AllRelaxErrors object is now a proper tuple. Due to bad coding, it was previously a nested tuple. This nested tuple worked in Python 2, but is |
2012-10-02 12:18:41 | Tree |
[r17662]
by
bugman
Python 3 fixes - the character '\' is now properly escaped as '\\' in the stereochemistry auto-analysis. |
2012-10-02 12:16:02 | Tree |
[r17661]
by
bugman
Fix for the test suite summary for Python 3. The test suite now runs, but fails miserably, under Python 3. |
2012-10-02 12:08:22 | Tree |