Bug report
File readers in file_io should open files with "rb" mode, e.g. here:
|
with file_pointer.open("r", **kwargs) as csv_file: |
Fixing this issue should also fix this one: astronomy-commons/hats-import#425
Before submitting
Please check the following:
Bug report
File readers in
file_ioshould open files with "rb" mode, e.g. here:hats/src/hats/io/file_io/file_io.py
Line 121 in 8e1d456
Fixing this issue should also fix this one: astronomy-commons/hats-import#425
Before submitting
Please check the following: