Skip to content

Commit cdc4995

Browse files
committed
Fix
1 parent 72e7154 commit cdc4995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DifferentiationInterface/test/GPU/CUDA

DifferentiationInterface/test/GPU/CUDA/simple.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ end
2020
x = CuVector(rand(Float32, 3))
2121
backend = DI.AutoSimpleFiniteDiff()
2222
J = jacobian(identity, backend, x)
23-
@test J == I
23+
@test (J .!= 0) == I
2424
end

0 commit comments

Comments
 (0)