Skip to content

Commit 4fb89a1

Browse files
author
Sergio Sánchez Ramírez
committed
Fix SumGhostInds reference
1 parent f8d26a3 commit 4fb89a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Optimizers/Optimizers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function einexpr(path::SizedEinExpr; optimizer)
99
path = deepcopy(path)
1010

1111
# remove inds with dim=1 (shadow inds)
12-
canonize!(SumShadowInds(), path)
12+
canonize!(SumGhostInds(), path)
1313

1414
einexpr(optimizer, path)
1515
end

0 commit comments

Comments
 (0)