comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Fix pandas read_csv error by explicitly setting utf8 encoding #307

Closed silvandeleemput closed 3 years ago

silvandeleemput commented 3 years ago

Closes #306

See #306 for more details. I decided to split this into a separate issue.

codecov[bot] commented 3 years ago

Codecov Report

Merging #307 (f041264) into master (94bcc7d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   84.77%   84.77%           
=======================================
  Files          13       13           
  Lines         880      880           
  Branches      127      127           
=======================================
  Hits          746      746           
  Misses         89       89           
  Partials       45       45           
Impacted Files Coverage Δ
evalutils/io.py 89.65% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94bcc7d...f041264. Read the comment docs.