Skip to content

Commit

Permalink
test set name
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Nov 7, 2024
1 parent 5ce7e6e commit 949e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface/ad_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 949e0de

Please sign in to comment.