Skip to content

Commit

Permalink
Resolved merge conflicts (for some reason appeared again).
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 20, 2023
2 parents da77a96 + 4c82474 commit dd343b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/arrays/array_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ function stiefel_lie_alg_add_sub_test(N, n)
@test all(abs.(projection(W₁ - W₂) .- S₄) .< 1e-10)
end


function stiefel_lie_alg_vectorization_test(N, n; T=Float32)
A = rand(StiefelLieAlgHorMatrix{T}, N, n)
@test isapprox(StiefelLieAlgHorMatrix(vec(A), N, n), A)
Expand Down

0 comments on commit dd343b9

Please sign in to comment.