Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Apr 10, 2024
1 parent 4432cd3 commit de5a56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ for V in spacelist
t2′ = permute(t′, (p1, p2))
@test dot(t2′, t2) dot(t′, t) dot(transpose(t2′), transpose(t2))
end

t3 = @constinferred repartition(t, k)
@test norm(t3) norm(t)
t3′ = @constinferred repartition!(similar(t3), t′)
Expand All @@ -224,7 +224,7 @@ for V in spacelist
@test convert(Array, transpose(t2))
permutedims(a2, (5, 4, 3, 2, 1))
end

t3 = repartition(t, k)
a3 = convert(Array, t3)
@test a3 permutedims(a,
Expand Down

0 comments on commit de5a56f

Please sign in to comment.