Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Oct 6, 2023
1 parent 2798296 commit 2e15fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ for V in spacelist

# Somehow moving these test before the previous one gives rise to errors
# with T=Float32 on x86 platforms. Is this an OpenBLAS issue?
VdV = V' * V;
VdV = V' * V
VdV = (VdV + VdV') / 2
@test isposdef(VdV)

Expand Down

0 comments on commit 2e15fc4

Please sign in to comment.