Skip to content

Commit

Permalink
Update array.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jan 9, 2025
1 parent 79c8beb commit f37271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function unsafe_wrap_test(a, i, x)
end

@testset "Unsafe wrap" begin
autodiff(Forward, f, Duplicated(zeros(1), zeros(1)), Const(1), Duplicated(1.0, 2.0))
autodiff(Forward, unsafe_wrap_test, Duplicated(zeros(1), zeros(1)), Const(1), Duplicated(1.0, 2.0))

# TODO test for batch and reverse
end
end

0 comments on commit f37271c

Please sign in to comment.