halflife-regression icon indicating copy to clipboard operation
halflife-regression copied to clipboard

Update experiment.py to fix .csv compatibility

Open rubinovitz opened this issue 7 years ago • 0 comments

Read in input .csv files as text and not bytes to fix following error:

_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)

rubinovitz avatar Nov 03 '17 17:11 rubinovitz