Closed ghiggi closed 9 months ago
Thanks for this! Please add a test.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ba7efc0
) 70.03% compared to head (bddeb19
) 96.12%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@rabernat done ;)
Great thank you. I don't know why the doc build is failing. Everything else looks good.
Hey @rabernat. Sorry to bother you. Would be possible to make a new package release with this PR included? Let me know if I can help in some way ;)
Hi @rabernat !
I guess I find a case where
rechunker
unnecessary create copies to the intermediate store. It's a small fix but it avoid wasting computations when the rechunking can be done without intermediate copies to disk.Here below a reproducible example of when he could occur: