Commit | Date | |
---|---|---|
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 |
2012-10-02 12:05:50 | Tree | |
[r17659]
by
bugman
Fix for the running of the test suite under Python 3. The zip() function used in the loadTestsFromTestCase() function is now an iterator, so it needs to |
2012-10-02 12:05:17 | Tree |