From acfc25e2085009aa2f08bfc57e987ae6eb582283 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Thu, 9 Mar 2023 09:06:50 +0800 Subject: [PATCH] Update kb.py --- abl/abducer/kb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abl/abducer/kb.py b/abl/abducer/kb.py index 2a29d12..370b790 100644 --- a/abl/abducer/kb.py +++ b/abl/abducer/kb.py @@ -17,7 +17,7 @@ import numpy as np from collections import defaultdict from itertools import product, combinations -from utils.utils import flatten, reform_idx, hamming_dist, check_equal +from ..utils.utils import flatten, reform_idx, hamming_dist, check_equal from multiprocessing import Pool