Skip to content

Commit 5f72d80

Browse files
committed
remove A_mul_B! call from tests
1 parent 3f015f2 commit 5f72d80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ function LinearAlgebra.mul!(rho2::StridedVector{T},Phi::CPM{T},rho::StridedVecto
147147
end
148148
return copyto!(rho2,rho1)
149149
end
150-
LinearAlgebra.A_mul_B!(rho2::StridedVector{T},Phi::CPM{T},rho::StridedVector{T}) where {T<:LinearAlgebra.BlasFloat} = LinearAlgebra.mul!(rho2, Phi, rho)
151-
# after the A_mul_B! deprecation, remove this A_mul_B! def
152150

153151
let
154152
# Generate random isometry

0 commit comments

Comments
 (0)