martinfleis / geopandas-view

Interactive exploration of GeoPandas GeoDataFrames
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

TST: Use Pytest approx to test location #18

Closed Sangarshanan closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #18 (52f3de2) into main (630f540) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   99.54%   99.54%           
=======================================
  Files           3        3           
  Lines         222      222           
=======================================
  Hits          221      221           
  Misses          1        1           
Impacted Files Coverage Δ
geopandas_view/test_view.py 100.00% <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 630f540...52f3de2. Read the comment docs.

martinfleis commented 3 years ago

Thanks! I am still puzzled why there's a difference though :D

Sangarshanan commented 3 years ago

I am too !! floating points can be strange