Skip to content

Commit c842ad4

Browse files
committed
Add checklevelcompat error test
1 parent 00c8a39 commit c842ad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/broadcast.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
@test_throws ArgumentError pyramid .- pyramid.base
2020
@test_throws ArgumentError pyramid .- pyramid.base.data
21-
21+
pyr_small = Pyramid(dd, tilesize=200)
22+
@test_throws ErrorException pyr_small .- pyramid
2223
#tname = tempname() * ".tif"
2324
#r = Raster(dd)
2425
#write(tname, r, driver="cog", force=true)

0 commit comments

Comments
 (0)