JuliaImages / ImageFiltering.jl

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

correct docstrings on kernel.gaussian syntax #247

Closed Iddingsite closed 2 years ago

Iddingsite commented 2 years ago

Remove brackets in docstring for kernel length, as it requires a tuple and not a array.

codecov[bot] commented 2 years ago

Codecov Report

Merging #247 (0673b4b) into master (47fae0a) will increase coverage by 0.27%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #247      +/-   ##
==========================================
+ Coverage   91.87%   92.15%   +0.27%     
==========================================
  Files          12       12              
  Lines        1649     1644       -5     
==========================================
  Hits         1515     1515              
+ Misses        134      129       -5     
Impacted Files Coverage Δ
src/kernel.jl 99.23% <ø> (ø)
src/imfilter.jl 92.13% <0.00%> (+0.74%) :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 47fae0a...0673b4b. Read the comment docs.