JuliaImages / ImageFiltering.jl

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

Removed silently dropped args... #113

Closed rapus95 closed 4 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   83.02%   83.02%           
=======================================
  Files           9        9           
  Lines        1202     1202           
=======================================
  Hits          998      998           
  Misses        204      204
Impacted Files Coverage Δ
src/imfilter.jl 82.37% <ø> (ø) :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 248cfde...d0bfd92. Read the comment docs.

timholy commented 4 years ago

Thanks!