From 949e0de760c4f8e1bdf305e8b436df5663cde1a4 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Thu, 7 Nov 2024 16:56:55 -0500 Subject: [PATCH] test set name --- test/interface/ad_tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/interface/ad_tests.jl b/test/interface/ad_tests.jl index aa4734945f..26f98f1aa4 100644 --- a/test/interface/ad_tests.jl +++ b/test/interface/ad_tests.jl @@ -325,7 +325,7 @@ implicit_algs = Rosenbrock23, TRBDF2] -@testset "deprecated AD keyword arguments still work" for alg in implicit_algs +@testset "deprecated AD keyword arguments still work with $alg" for alg in implicit_algs f = (du, u, p, t) -> du .= -0.5 * u alg1 = alg(autodiff = AutoForwardDiff()) alg2 = alg(autodiff = true)