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

Format files to be flake8 acceptable #197

Closed nkorinek closed 4 years ago

nkorinek commented 4 years ago

Pushing up the changes I've made so far

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (add-flake8@c6deb54). Click here to learn what that means. The diff coverage is 16.66%.

Impacted file tree graph

@@              Coverage Diff              @@
##             add-flake8     #197   +/-   ##
=============================================
  Coverage              ?   69.67%           
=============================================
  Files                 ?       17           
  Lines                 ?     1560           
  Branches              ?        0           
=============================================
  Hits                  ?     1087           
  Misses                ?      473           
  Partials              ?        0
Impacted Files Coverage Δ
matplotcheck/autograde.py 0% <ø> (ø)
matplotcheck/folium.py 0% <ø> (ø)
matplotcheck/raster.py 100% <ø> (ø)
matplotcheck/notebook.py 0% <ø> (ø)
matplotcheck/timeseries.py 0% <0%> (ø)
matplotcheck/vector.py 31.64% <0%> (ø)
matplotcheck/base.py 87.06% <100%> (ø)

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 c6deb54...a7b7f80. Read the comment docs.