Skip to content

Commit 64191ab

Browse files
committed
Fix tests
1 parent 495a4f0 commit 64191ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contract/contract.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Algorithm(alg::Algorithm) = alg
77
struct Matricize{Style} <: Algorithm
88
fusion_style::Style
99
end
10+
Matricize() = Matricize(ReshapeFusion())
1011

1112
function default_contract_alg(a1::AbstractArray, labels1, a2::AbstractArray, labels2)
1213
style1 = FusionStyle(a1)

0 commit comments

Comments
 (0)