Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Dec 25, 2023
1 parent 5da6cd6 commit e5826b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Optimizers/Exhaustive.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function __einexpr_exhaustive_it(

for (i, j) in combinations(args(path), 2)
!outer && isdisjoint(head(i), head(j)) && continue
# candidate = sum([i, j]; skip = hashyperinds ? path.head ∪ hyperinds(path) : path.head)
candidate = sum(i, j; skip = hashyperinds ? path.head hyperinds(path) : path.head)

# prune paths based on metric
Expand Down

0 comments on commit e5826b2

Please sign in to comment.