Skip to content

Commit

Permalink
fix dim warnings (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Nov 2, 2024
1 parent ee1e6ac commit 12696ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ a = [1 2 3; 4 5 6]
da = DimArray(a, (X(143:2:145), Y(-38:-36)))
dimz = dims(da)

@dim Tst


@testset "dimsmatch" begin
@test (@inferred dimsmatch(Y(), Y())) == true
@test (@inferred dimsmatch(X(), Y())) == false
Expand Down

0 comments on commit 12696ee

Please sign in to comment.