pangeo-data / rechunker

Disk-to-disk chunk transformation for chunked arrays.
https://rechunker.readthedocs.io/
MIT License
163 stars 25 forks source link

make executor imports optional #85

Closed rabernat closed 3 years ago

rabernat commented 3 years ago

Fixes #82.

We do not have a test environment for this scenario (no dask / prefect). Is that something we should add?

codecov[bot] commented 3 years ago

Codecov Report

Merging #85 (5caac19) into master (08cffa4) will decrease coverage by 0.73%. The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   97.44%   96.71%   -0.74%     
==========================================
  Files          12       12              
  Lines         509      517       +8     
  Branches       93       93              
==========================================
+ Hits          496      500       +4     
- Misses          7       11       +4     
  Partials        6        6              
Impacted Files Coverage Δ
rechunker/executors/__init__.py 66.66% <63.63%> (-33.34%) :arrow_down:

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 08cffa4...5caac19. Read the comment docs.