Closed keflavich closed 2 years ago
Merging #773 (9a0ab9c) into master (1f67a8f) will increase coverage by
0.08%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #773 +/- ##
==========================================
+ Coverage 77.86% 77.95% +0.08%
==========================================
Files 24 24
Lines 5811 5811
==========================================
+ Hits 4525 4530 +5
+ Misses 1286 1281 -5
Impacted Files | Coverage Δ | |
---|---|---|
spectral_cube/dask_spectral_cube.py | 85.93% <100.00%> (+0.85%) |
: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 1f67a8f...9a0ab9c. Read the comment docs.
This is good by me - whoever reviews, please merge if you think it's good
@keflavich -- Added testing with and without the accepts_chunks
parameter. accepts_chunks=False
was missing from testing leading to this issue.
Otherwise, I also agree this is ready to merge.
This addresses #772 by passing kwargs and adds a test