JuliaArrays / PaddedViews.jl

Add virtual padding to the edges of an array
Other
49 stars 9 forks source link

Short-circuit `paddedviews(fillvalue)` #3

Closed timholy closed 7 years ago

timholy commented 7 years ago

Addresses the issue noticed in https://github.com/JuliaImages/ImageCore.jl/pull/32#discussion_r111545756.

codecov-io commented 7 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.25%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   96.29%   96.55%   +0.25%     
==========================================
  Files           1        1              
  Lines          27       29       +2     
==========================================
+ Hits           26       28       +2     
  Misses          1        1
Impacted Files Coverage Δ
src/PaddedViews.jl 96.55% <100%> (+0.25%) :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 bef06b7...1a0ac2a. Read the comment docs.