We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7efa85 + a87efd8 commit 281f651Copy full SHA for 281f651
test/downstream/symbol_indexing.jl
@@ -40,7 +40,7 @@ gs, = Zygote.gradient(sol) do sol
40
end
41
42
@testset "Symbolic Indexing ADjoint" begin
43
- @test all(all.(isone, gs.u))
+ @test all(all.(isone, gs))
44
45
46
# Tables interface
0 commit comments