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

remove workers global #38

Closed rprimet closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (5596bb9) into main (799f3fe) will decrease coverage by 0.11%. The diff coverage is 91.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   74.62%   74.50%   -0.12%     
==========================================
  Files          43       43              
  Lines        2609     2593      -16     
==========================================
- Hits         1947     1932      -15     
+ Misses        662      661       -1     
Flag Coverage Δ
unittests 74.50% <91.42%> (-0.12%) :arrow_down:

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

Impacted Files Coverage Δ
dicodile/update_z/tests/test_dicod.py 100.00% <ø> (ø)
dicodile/update_z/distributed_sparse_encoder.py 76.59% <84.00%> (-0.25%) :arrow_down:
dicodile/workers/mpi_workers.py 85.50% <94.11%> (ø)
dicodile/update_z/dicod.py 77.84% <96.15%> (-0.13%) :arrow_down:
dicodile/_dicodile.py 79.76% <100.00%> (ø)
.../update_z/tests/test_distributed_sparse_encoder.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 799f3fe...5596bb9. Read the comment docs.