knossos-project / knossos_utils

Python library for interacting with KNOSSOS data sets and annotation files
GNU General Public License v2.0
9 stars 9 forks source link

Python 3 regressions in knossosdataset #17

Closed mdraw closed 7 years ago

mdraw commented 7 years ago

The last few commits require some changes to work on Python 3. From a quick glance:

sdorkenw commented 7 years ago

Right

mdraw commented 7 years ago

Ah, I see, I was confused about the string reading part. The earlier problems with np.fromstring were due to joining bytes and strings (https://github.com/knossos-project/knossos_utils/commit/358339bb4881a8d0c7d1dafd411cee7338d248d4), but this doesn't apply here.

sdorkenw commented 7 years ago

Implemented: