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 dff859a commit a434f2aCopy full SHA for a434f2a
test/rulesets/Base/broadcast.jl
@@ -7,7 +7,7 @@
7
(dself, dsin, dx) = pullback(One())
8
@test dself == NO_FIELDS
9
@test dsin == DNE()
10
- @test extern(extern(dx)) == cos.(x)
+ @test extern(dx) == cos.(x)
11
12
x̄, ȳ = rand(), rand()
13
∂x = pullback(ȳ)[3]
0 commit comments