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.
1 parent c7efa85 commit a87efd8Copy full SHA for a87efd8
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