From e5826b24d60cb1c3a24094c0f716081105a09b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Mon, 25 Dec 2023 02:37:51 +0100 Subject: [PATCH] Remove comment --- src/Optimizers/Exhaustive.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Optimizers/Exhaustive.jl b/src/Optimizers/Exhaustive.jl index 33ae6be..264600d 100644 --- a/src/Optimizers/Exhaustive.jl +++ b/src/Optimizers/Exhaustive.jl @@ -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