From e02a6c76da1e3c4c552e29a0219e85ae8900095c Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Tue, 28 Mar 2023 12:12:36 +0800 Subject: [PATCH] Modify cache option --- 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 8621bad..a2265e3 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, to_hashable, hashable_to_list +from ..utils.utils import flatten, reform_idx, hamming_dist, check_equal, to_hashable, hashable_to_list from multiprocessing import Pool