From 12696ee329ce249f5d28c08e1a8b987a4995629b Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Sat, 2 Nov 2024 13:40:44 +0100 Subject: [PATCH] fix dim warnings (#836) --- test/primitives.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/primitives.jl b/test/primitives.jl index afccf3c27..003ba38ee 100644 --- a/test/primitives.jl +++ b/test/primitives.jl @@ -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