Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Apr 27, 2021
2 parents e86e3ad + 7e09d16 commit 5b75c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrdf2vec/walkers/walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def extract(
with multiprocessing.Pool(process, self._init_worker, [kg]) as pool:
res = list(
tqdm(
pool.map(self._proc, entities),
pool.imap(self._proc, entities),
total=len(entities),
disable=True if verbose == 0 else False,
)
Expand Down

0 comments on commit 5b75c7d

Please sign in to comment.