From 2bde5fa031db039e0459763aced9bb2ae20455d4 Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> Date: Sun, 10 Mar 2024 09:06:14 +0100 Subject: [PATCH] Update runtests.jl Co-authored-by: David Widmann --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 5b25cba..8bbc5cd 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -24,6 +24,7 @@ using Zygote include("expectations.jl") @testset "Code quality (Aqua.jl)" begin Aqua.test_all(GPLikelihoods; ambiguities = false) - Aqua.test_ambiguities([GPLikelihoods, Base, Core]; recursive=false) + # Ref https://github.com/JuliaTesting/Aqua.jl/issues/77 + Aqua.test_ambiguities(GPLikelihoods; recursive=false) end end