From 27ebf77567c35522d125f7523fd3c22c170ffebb Mon Sep 17 00:00:00 2001 From: rafaqz Date: Sat, 25 Nov 2023 13:44:33 +0100 Subject: [PATCH] f --- test/methods.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/methods.jl b/test/methods.jl index 1ad7876b5..73cff12b5 100644 --- a/test/methods.jl +++ b/test/methods.jl @@ -69,7 +69,7 @@ end @test parent(boolmask(ga)) isa BitMatrix @test boolmask(ga99) == [false true; true false] @test boolmask(gaNaN) == [false true; true false] - @test dims(boolmask(ga)) == (X(NoLookup(Base.OneTo(2))), Y(NoLookup(Base.OneTo(2)))) + @test dims(boolmask(ga)) === dims(ga) x = boolmask(polygon; res=1.0) @test x == trues(X(Projected(-20:1.0:-1.0; crs=nothing)), Y(Projected(10.0:1.0:29.0; crs=nothing))) @test parent(x) isa BitMatrix