Closed jishnub closed 2 years ago
Merging #303 (8fd3be3) into master (1493303) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #303 +/- ##
==========================================
+ Coverage 96.38% 96.41% +0.03%
==========================================
Files 5 5
Lines 442 446 +4
==========================================
+ Hits 426 430 +4
Misses 16 16
Impacted Files | Coverage Δ | |
---|---|---|
src/axes.jl | 100.00% <100.00%> (ø) |
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 1493303...8fd3be3. Read the comment docs.
Yes, it's a bugfix. I'll bump the patch version
On master
The issue here is that
p .- 2
preserves its axes on broadcasting. May be fixed easily by stripping the axes.After this PR