pangeo-data / rechunker

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

try to fix mypy version issue #66

Closed rabernat closed 3 years ago

rabernat commented 3 years ago

Follow up to #65.

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (8d34691) into master (9e83946) will increase coverage by 0.44%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   97.30%   97.75%   +0.44%     
==========================================
  Files          10       10              
  Lines         445      445              
  Branches       88       88              
==========================================
+ Hits          433      435       +2     
+ Misses          7        5       -2     
  Partials        5        5              
Impacted Files Coverage Δ
rechunker/executors/pywren.py 100.00% <0.00%> (+5.71%) :arrow_up:

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 9e83946...8d34691. Read the comment docs.

rabernat commented 3 years ago

Hmm @ocefpaf any idea about the best way to get mypy to ignore the setuptools_scm version stuff?

ocefpaf commented 3 years ago

Hmm @ocefpaf any idea about the best way to get mypy to ignore the setuptools_scm version stuff?

I could not push to your branch so I opened https://github.com/pangeo-data/rechunker/pull/67