Skip to content

Commit

Permalink
test: fix symbolic indexing adjoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jun 11, 2024
1 parent 1360f55 commit 82aed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/downstream/symbol_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82aed85

Please sign in to comment.