Skip to content

Commit

Permalink
fix: test for imadjust
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam authored Nov 11, 2024
1 parent d0926da commit 7de87c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-imadjust.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@testset "imadjust" begin
Random.seed!(123)
img = rand(0:255, 100, 100)
sum(IceFloeTracker.imadjust(img)) == 1291155
@test sum(IceFloeTracker.imadjust(img)) == 1291155
end

0 comments on commit 7de87c3

Please sign in to comment.