JuliaImages / ImageFiltering.jl

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

Build fail #173

Closed mgautam98 closed 4 years ago

mgautam98 commented 4 years ago

The built is failing because of below test case. https://github.com/JuliaImages/ImageFiltering.jl/blob/8c9f1739a4c1e39a8cffb7aef5fedcb888bc3375/test/border.jl#L223

Test says it should throw an ArgumentError for this case but it isn't throwing. I am new to this package so I need some help in fixing it. @timholy @johnnychen94