Skip to content

Commit

Permalink
forgot @test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed May 20, 2024
1 parent 50fe36d commit 29a506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/test/test_diag.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ end

## Testing sparse contractions on GPU
t = tensor(Diag(one(Float64)), (3, 3))
contract(t, (-1, -2), dev(A), (-1, -2))[] == dot(t, A)
@test contract(t, (-1, -2), dev(A), (-1, -2))[] == dot(t, A)
end
nothing
end

0 comments on commit 29a506d

Please sign in to comment.