Open jishnub opened 1 year ago
Merging #335 (71565b6) into master (1cae070) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #335 +/- ##
==========================================
+ Coverage 98.67% 98.69% +0.02%
==========================================
Files 5 5
Lines 452 459 +7
==========================================
+ Hits 446 453 +7
Misses 6 6
Impacted Files | Coverage Δ | |
---|---|---|
src/OffsetArrays.jl | 98.33% <100.00%> (+0.03%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
The idea is
Also, in this case, the
similar
method in this package will forward the lengths of the axes toBase
, so the result will usually be anArray
instead of anOffsetArray
: