JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 51 forks source link

update test case and fix test in multithreads environment #187

Closed johnnychen94 closed 3 years ago

johnnychen94 commented 3 years ago

This PR consists of two independent commits.

closes #182

codecov[bot] commented 3 years ago

Codecov Report

Merging #187 into master will increase coverage by 0.65%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
+ Coverage   77.09%   77.75%   +0.65%     
==========================================
  Files           9        9              
  Lines         978      980       +2     
==========================================
+ Hits          754      762       +8     
+ Misses        224      218       -6     
Impacted Files Coverage Δ
src/imfilter.jl 81.89% <100.00%> (+0.27%) :arrow_up:
src/border.jl 65.27% <0.00%> (+0.48%) :arrow_up:
src/borderarray.jl 81.03% <0.00%> (+8.62%) :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 3609921...1aebf96. Read the comment docs.