bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

Switch semantics of decimal and float #82

Closed bskinn closed 5 years ago

bskinn commented 5 years ago

Tests didn't care much, actually, because any prior use of the more-restrictive 'float' will still work now that it's been switched to the more-general match ("sci-not or not").

Closes #79.

codecov-io commented 5 years ago

Codecov Report

Merging #82 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #82   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         333    333           
=====================================
  Hits          333    333
Impacted Files Coverage Δ
pent/patterns.py 100% <100%> (ø) :arrow_up:
pent/enums.py 100% <100%> (ø) :arrow_up:

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 39d1bcc...07640c9. Read the comment docs.