ad12 / meddlr

A flexible ML framework built to simplify medical image reconstruction and analysis experimentation.
Apache License 2.0
62 stars 14 forks source link

bugfix: expand user path for default cache dir #15

Closed ad12 closed 2 years ago

ad12 commented 2 years ago

The default cache directory was ~/cache/meddlr. Updated to os.path.expanduser(~/.cache/meddlr)

codecov-commenter commented 2 years ago

Codecov Report

Merging #15 (85cc8b4) into main (f9bf585) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   58.10%   58.10%           
=======================================
  Files          76       76           
  Lines        5607     5607           
  Branches     1194     1194           
=======================================
  Hits         3258     3258           
  Misses       2040     2040           
  Partials      309      309           
Flag Coverage Δ
unittests 58.10% <ø> (ø)

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 f9bf585...85cc8b4. Read the comment docs.