scrapinghub / number-parser

Parse numbers written in natural language
BSD 3-Clause "New" or "Revised" License
104 stars 23 forks source link

Fixed UnicodeDecode and AssertionError in tests #72

Closed dhananjaypai08 closed 2 years ago

dhananjaypai08 commented 2 years ago

Closes #66 Set the encoding to "utf8" while opening a csv_file in the tests causing 2 AssertionErrors and 4 UnicodeDecode Errors while testing on Windows.

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (ca28604) into master (c834854) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files          86       86           
  Lines         328      328           
  Branches       60       61    +1     
=======================================
  Hits          324      324           
  Misses          1        1           
  Partials        3        3           
Gallaecio commented 2 years ago

Thanks!