Skip to content

Commit

Permalink
test: update assertions in test-get-ice-masks.jl to use @test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Nov 20, 2024
1 parent e91942d commit 233cc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-get-ice-masks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ ref_image_landmasked = apply_landmask(ref_image, .!landmask)
end

ice_mask, binarized_tiling = get_ice_masks(ref_image, morph_residue, landmask, tiles)
sum(ice_mask) == 1323384
sum(binarized_tiling) == 2873080
@test sum(ice_mask) == 1323384
@test sum(binarized_tiling) == 2873080
end

0 comments on commit 233cc3d

Please sign in to comment.