Skip to content

Commit

Permalink
check array equality instead of egal in OffsetArray test
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Nov 27, 2024
1 parent 4afd217 commit 42c1888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/offsetarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,6 @@ end

B = reshape(A0, -10:-9, 9:10)
@test isa(B, OffsetArray{Int,2})
@test parent(B) === A0
@test parent(B) == A0
@test axes(B) == Base.IdentityUnitRange.((-10:-9, 9:10))
end

0 comments on commit 42c1888

Please sign in to comment.