Skip to content

Commit

Permalink
test: remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 1, 2025
1 parent 63d3434 commit 1951c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/LuxLib/test/others/forwarddiff_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
u = randn(Float32, input_dim) |> aType

test_jvp_computation(x -> op(x; dims=dim), x, u, ongpu)
test_jvp_computation(
x -> op(x; dims=dim), ComponentArray(; x), u, ongpu)

test_jvp_computation(
x -> only(Zygote.gradient(x -> sum(op(x; dims=dim)), x)),
Expand Down

0 comments on commit 1951c86

Please sign in to comment.