From a87efd8ce95c07199f8b1604b56d8f1825490f8e Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Tue, 11 Jun 2024 18:20:50 +0530 Subject: [PATCH] test: fix symbolic indexing adjoint test --- test/downstream/symbol_indexing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/downstream/symbol_indexing.jl b/test/downstream/symbol_indexing.jl index d398a886..1dc45dd3 100644 --- a/test/downstream/symbol_indexing.jl +++ b/test/downstream/symbol_indexing.jl @@ -40,7 +40,7 @@ gs, = Zygote.gradient(sol) do sol end @testset "Symbolic Indexing ADjoint" begin - @test all(all.(isone, gs.u)) + @test all(all.(isone, gs)) end # Tables interface