Browse Source

Modify cache option

pull/3/head
troyyyyy 2 years ago
parent
commit
e02a6c76da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abl/abducer/kb.py

+ 1
- 1
abl/abducer/kb.py View File

@@ -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



Loading…
Cancel
Save