File tree Expand file tree Collapse file tree
DifferentiationInterface/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ test_differentiation(
6262
6363test_differentiation (
6464 [AutoMooncake (; config = nothing )],
65- map (DIT. cachify, differentiatewith_scenarios ());
65+ map (s -> DIT. cachify (s; use_tuples = true ) , differentiatewith_scenarios ());
6666 excluded = SECOND_ORDER,
6767 logging = LOGGING,
6868 testset_name = " DI tests - Cache" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ detector = DenseSparsityDetector(AutoForwardDiff(); atol = 1.0e-23)
1111 " DenseSparsityDetector(AutoForwardDiff(); atol=1.0e-23, method=:iterative)"
1212
1313diffwith = DifferentiateWith (exp, AutoForwardDiff ())
14- @test string (diffwith) == " DifferentiateWith(exp, AutoForwardDiff())"
14+ @test string (diffwith) == " DifferentiateWith(exp, AutoForwardDiff(), () )"
1515
1616@test required_packages (AutoForwardDiff ()) == [" ForwardDiff" ]
1717@test required_packages (AutoZygote ()) == [" Zygote" ]
You can’t perform that action at this time.
0 commit comments