Skip to content

Commit 7306c76

Browse files
lkdvosJutho
andauthored
Update tensor.jl
Co-authored-by: Jutho <[email protected]>
1 parent 9b3a099 commit 7306c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tensor.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ end
558558
end
559559

560560
vA = view(A, 1:2, 1:2, 1:2, 1:2)
561+
p = ((1, 2), (3, 4))
561562
@test !isblascontractable(vA, p)
562563
Anew, pnew, flag = makeblascontractable(vA, p, ComplexF64, backend, allocator)
563564
@test !flag

0 commit comments

Comments
 (0)