Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Nov 25, 2023
1 parent d443e03 commit 27ebf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27ebf77

Please sign in to comment.