Skip to content

Commit

Permalink
JuliaFormatter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Feb 18, 2024
1 parent a2d527a commit 54c62ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/kronecker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ q = 2
@test _matmul!(_K1, K1, α) == α * K1
@test _matmul!(_K1, α, K1) == α * K1


# In-place Matrix-Matrix Multiplication
β = -0.5
@test mul!(K3, K1, K2) mul!(M3, M1, M2)
Expand Down

0 comments on commit 54c62ec

Please sign in to comment.