davidhallac/TICC

Opening in binary mode

Closed this issue · 1 comments

Why are CSV graph-files opened in binary mode? Is it safe to remove the b?

TICC/ticc.py

Line 131 in 21686cc

with open(input_filename, 'rb') as csvfile:

Yes, it is safe to remove it. Thanks!