From c898d8e0606aae877c819102a36c70b24930dde3 Mon Sep 17 00:00:00 2001 From: Kyurae Kim Date: Mon, 21 Oct 2024 14:25:04 -0700 Subject: [PATCH] fix disable testing on Enzyme --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index e547af91..63f40c80 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -20,7 +20,7 @@ include("optimisers.jl") AutoReverseDiff(), AutoTracker(), AutoZygote(), - AutoEnzyme() + # AutoEnzyme() ] target = MvNormal(ones(2)) logĻ€(z) = logpdf(target, z)