tomMoral / dicodile

Experiments for "Distributed Convolutional Dictionary Learning (DiCoDiLe): Pattern Discovery in Large Images and Signals"
https://tommoral.github.io/dicodile/
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

Lint #11

Closed rprimet closed 3 years ago

rprimet commented 3 years ago

Add a workflow to run flake8, and fix outstanding flake8 complaints.

Should we add a pre-commit hook as well?

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (f58a8de) into master (53b0520) will decrease coverage by 0.01%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   74.07%   74.06%   -0.02%     
==========================================
  Files          40       40              
  Lines        2565     2564       -1     
==========================================
- Hits         1900     1899       -1     
  Misses        665      665              
Flag Coverage Δ
unittests 74.06% <80.00%> (-0.02%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dicodile/data/home.py 100.00% <ø> (ø)
dicodile/data/images.py 64.70% <ø> (-1.97%) :arrow_down:
dicodile/data/text.py 0.00% <0.00%> (ø)
dicodile/data/tests/test_home.py 100.00% <100.00%> (ø)
dicodile/data/tests/test_mandril.py 100.00% <100.00%> (ø)
dicodile/utils/__init__.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 53b0520...f58a8de. Read the comment docs.

tomMoral commented 3 years ago

Very cool! thx @rprimet :fire: