From ee837929f58e6e580bee75f0308e0ac12bff4215 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Sun, 10 Mar 2024 22:59:26 +0100 Subject: [PATCH] More fixes --- test/test_utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_utils.jl b/test/test_utils.jl index aa8c81e1f..6c679ed69 100644 --- a/test/test_utils.jl +++ b/test/test_utils.jl @@ -372,7 +372,7 @@ function test_zygote_perf_heuristic( f, name::String, args1, args2, passes, Δ1=nothing, Δ2=nothing ) @testset "$name" begin - primal, fwd, pb = ad_constant_allocs_heuristic(f, args1, args2; Δ1, Δ2) + primal, fwd, pb = ad_constant_allocs_heuristic(f, args1, args2; Δ1=Δ1, Δ2=Δ2) if passes[1] @test primal[1] == primal[2] else