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 924f635 commit 9a1d228Copy full SHA for 9a1d228
src/compat/ad.jl
@@ -7,7 +7,7 @@ ZygoteRules.@adjoint function push!(
7
dist::Distribution,
8
gidset::Set{Selector}
9
)
10
- return push!(vi, vn, r, dist, gidset), _ -> ntuple(_ -> nothing, 5)
+ return push!(vi, vn, r, dist, gidset), _ -> nothing
11
end
12
13
ZygoteRules.@adjoint function Threads.nthreads()
0 commit comments