Skip to content

Commit

Permalink
delete a few tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Jan 20, 2021
1 parent 83b67ff commit 6b9907e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/batchedmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ end
C2 = batched_transpose(permutedims(C, (2,1,3)))
C3 = batched_adjoint(permutedims(conj(C), (2,1,3)))
@test C2 == C3 == C
C2 .= 22
C3 .= 33
@test batched_mul!(C2, A, B, α) α .* C
@test C2 α .* C
@test batched_mul!(C3, A, B, α) α .* C
@test C3 α .* C
C2 .= D
C3 .= D
@test batched_mul!(C2, A, B, α, β) α .* C .+ β .* D
Expand Down

0 comments on commit 6b9907e

Please sign in to comment.