Skip to content

Commit 281f651

Browse files
Merge pull request #388 from AayushSabharwal/as/fix-test
test: fix symbolic indexing adjoint test
2 parents c7efa85 + a87efd8 commit 281f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/symbol_indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gs, = Zygote.gradient(sol) do sol
4040
end
4141

4242
@testset "Symbolic Indexing ADjoint" begin
43-
@test all(all.(isone, gs.u))
43+
@test all(all.(isone, gs))
4444
end
4545

4646
# Tables interface

0 commit comments

Comments
 (0)