Skip to content

Commit 9334ddf

Browse files
committed
remove comment
1 parent 29a856b commit 9334ddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/gradcheck.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jacobicheck(f, dims...) = jacobicheck(f, randn.(Float64, dims)...)
4646

4747
isZero(x) = x isa AbstractZero
4848

49-
# Zygote's misnamed hobbit function:
5049
function value_and_pullback(f, x...)
5150
y, b = Diffractor.∂⃖{1}()(f, x...)
5251
back(dy) = map(unthunk, Base.tail(b(dy)))

0 commit comments

Comments
 (0)