earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

raster inherits from vector rather than base #76

Closed lwasser closed 4 years ago

lwasser commented 5 years ago

this pr addresses #75

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into master will increase coverage by 2.35%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #76      +/-   ##
=========================================
+ Coverage   59.25%   61.6%   +2.35%     
=========================================
  Files          13      13              
  Lines        1205    1206       +1     
=========================================
+ Hits          714     743      +29     
+ Misses        491     463      -28
Impacted Files Coverage Δ
matplotcheck/raster.py 100% <100%> (ø) :arrow_up:
matplotcheck/vector.py 18.54% <0%> (+18.54%) :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 9d7b34a...c2eacc7. Read the comment docs.

lwasser commented 4 years ago

Thank you @nkorinek !! merged!! yay!