JuliaImages / ImageFiltering.jl

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

Fix Moffat tests #159

Closed gerrygralton closed 4 years ago

gerrygralton commented 4 years ago

Fixing Moffat tests as noted by @timholy in https://github.com/JuliaImages/ImageFiltering.jl/pull/147#discussion_r387512964 and https://github.com/JuliaImages/ImageFiltering.jl/pull/147#discussion_r387521100

codecov[bot] commented 4 years ago

Codecov Report

Merging #159 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   91.65%   91.65%           
=======================================
  Files           9        9           
  Lines        1222     1222           
=======================================
  Hits         1120     1120           
  Misses        102      102           

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 ee6cf8e...4400f5d. Read the comment docs.

timholy commented 4 years ago

Thanks @gerrygralton!