Skip to content

Commit

Permalink
Merge pull request #42 from msk-access/hotfix-extract-threads
Browse files Browse the repository at this point in the history
now multithreads
  • Loading branch information
murphycj2 authored May 3, 2021
2 parents b6488e6 + 393c46e commit d67066f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biometrics/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.9
0.2.10
3 changes: 1 addition & 2 deletions biometrics/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,7 @@ def extract(self, samples):
sample.load_from_file()
continue

# samples_to_extract.append(sample)
self._extraction_job(sample)
samples_to_extract.append(sample)

# if any samples need to be extracted, then do so
# (using multiprocessing)
Expand Down

0 comments on commit d67066f

Please sign in to comment.