Skip to content

Commit

Permalink
Merge pull request #388 from AayushSabharwal/as/fix-test
Browse files Browse the repository at this point in the history
test: fix symbolic indexing adjoint test
  • Loading branch information
ChrisRackauckas authored Jun 11, 2024
2 parents c7efa85 + a87efd8 commit 281f651
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 281f651

Please sign in to comment.