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

fix '--no-cache' option for the soft_lock example #5

Closed rprimet closed 3 years ago

rprimet commented 3 years ago

It looks like joblib's Memory cache's call method returns a tuple (output, metadata).

codecov[bot] commented 3 years ago

Codecov Report

Merging #5 (725be57) into master (e6d0638) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   73.34%   73.34%           
=======================================
  Files          36       36           
  Lines        2529     2529           
=======================================
  Hits         1855     1855           
  Misses        674      674           
Flag Coverage Δ
unittests 73.34% <ø> (ø)

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


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 e6d0638...725be57. Read the comment docs.