From 70704299f21c2858f87d2bad59d2bf6114449540 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 20 Jul 2026 10:02:17 -0400 Subject: [PATCH] Use default QA checks Co-Authored-By: Chris Rackauckas --- test/qa/qa.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 5cf10a7..685f1ea 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -5,7 +5,7 @@ using LinearAlgebra using Test import Statistics -run_qa(SurrogatesBase; explicit_imports = true, api_docs_kwargs = (; rendered = true)) +run_qa(SurrogatesBase) # JET.report_call type-stability analysis of concrete user-defined surrogates. # This goes beyond run_qa's package-level JET.test_package: it checks that the