Skip to content

Commit ed2ebe0

Browse files
committed
Remove extra scruff
Signed-off-by: Adam Li <[email protected]>
1 parent c221b2e commit ed2ebe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pywhy_stats/kernel_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def compute_kernel(
131131
# Note that this is added to the list of possible kernels for :func:`~sklearn.metrics.pairwise.pairwise_kernels`.
132132
# because it is more efficient to compute the kernel over the entire matrices at once
133133
# since numpy has vectorized operations.
134-
# with temporarily_restrict_key("delta", PAIRWISE_KERNEL_FUNCTIONS):
135134
with TemporarilySetKey(PAIRWISE_KERNEL_FUNCTIONS, "delta", delta_kernel):
136135
PAIRWISE_KERNEL_FUNCTIONS["delta"] = delta_kernel
137136

0 commit comments

Comments
 (0)