Nathan A. Mahynski

Results 2 comments of Nathan A. Mahynski

Just submitted PR which fixed this error for me. If you don't want to wait, just replace line 26 with: shape = tuple(int(num) for num in str(header[60:120], 'utf-8').strip().replace(', }', '').replace('(',...

Yes that appears to be the case. I tried this out and the issue is coming from the line in the load() function: `descr = str(header[19:25], "utf-8").replace("'", "").replace(" ", "")`...