spacetx / slicedimage

MIT License
7 stars 3 forks source link

Provide no caching for the data #72

Closed ttung closed 6 years ago

ttung commented 6 years ago

Tiles can be read multiple times, but each time it decodes from the backend. The application is responsbile for caching it if necessary.

Depends on #71

Test plan: make -j test

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@d07a337). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #72   +/-   ##
=========================================
  Coverage          ?   82.49%           
=========================================
  Files             ?       18           
  Lines             ?      514           
  Branches          ?        0           
=========================================
  Hits              ?      424           
  Misses            ?       90           
  Partials          ?        0
Impacted Files Coverage Δ
slicedimage/backends/_base.py 75.86% <ø> (ø)
slicedimage/io.py 94.76% <100%> (ø)
slicedimage/_tile.py 96.55% <100%> (ø)

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 d07a337...f3c140a. Read the comment docs.