Skip to content

Commit

Permalink
improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 4, 2021
1 parent fae59c0 commit 220d27d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/specialty.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ using ImageFiltering: IdentityUnitRange
z z z z edgecoef*c]
end
end
# The doctests seem adequate for laplacian2d
@test Kernel.laplacian2d(0.5) == [ 1/3 1/3 1/3;
1/3 -8/3 1/3;
1/3 1/3 1/3]
end

@testset "box" begin
Expand Down

0 comments on commit 220d27d

Please sign in to comment.