Skip to content

Commit

Permalink
test: special strels
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Nov 6, 2024
1 parent 81d8ae8 commit dfbd19e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/test-special-strels.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using IceFloeTracker: se_disk4, se_disk20, se_disk50

@testset "Special strels" begin
@testset "se_disk4" begin
@test sum(se_disk4()) == 37
end

@testset "se_disk20" begin
@test sum(se_disk20()) == 1301
end

@testset "se_disk50/se for landmask dilation" begin
@test sum(se_disk50()) == 8177
end
end

0 comments on commit dfbd19e

Please sign in to comment.