From 8ef761bb6526f068839fecab60921f88f64ca775 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Tue, 17 Mar 2026 14:59:25 +0100 Subject: [PATCH] Disable JET for now --- test/codequality.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/codequality.jl b/test/codequality.jl index 7f23d3b0f..7a9278b82 100644 --- a/test/codequality.jl +++ b/test/codequality.jl @@ -3,5 +3,6 @@ using MatrixAlgebraKit using Aqua Aqua.test_all(MatrixAlgebraKit) -using JET -JET.test_package(MatrixAlgebraKit; target_defined_modules = true) +# using JET +# JET.test_package(MatrixAlgebraKit; target_defined_modules = true) +# disable for now (see https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/188#pullrequestreview-3953586976)