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 9 forks source link

move dicodile/data/home.py to dicodile/config.py #27

Closed hndgzkn closed 3 years ago

hndgzkn commented 3 years ago

Moved dicodile/data/home.py to dicodile/config.py and updated the files importing DATA_HOME.

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (0be04b6) into main (f2a2ece) will decrease coverage by 0.02%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   74.18%   74.15%   -0.03%     
==========================================
  Files          41       41              
  Lines        2572     2573       +1     
==========================================
  Hits         1908     1908              
- Misses        664      665       +1     
Flag Coverage Δ
unittests 74.15% <40.00%> (-0.03%) :arrow_down:

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

Impacted Files Coverage Δ
dicodile/config.py 100.00% <ø> (ø)
dicodile/data/text.py 0.00% <0.00%> (ø)
dicodile/data/images.py 64.70% <100.00%> (ø)
dicodile/tests/test_config.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 f2a2ece...0be04b6. Read the comment docs.