Skip to content

Commit

Permalink
FIX: import cpu_count from os in eddymotion/estimator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier authored and oesteban committed Apr 21, 2021
1 parent 2ac03de commit 7c77010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eddymotion/estimator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A model-based algorithm for the realignment of dMRI data."""
from os import cpu_count
from pathlib import Path
from tempfile import TemporaryDirectory, mkstemp
from pkg_resources import resource_filename as pkg_fn
Expand Down

0 comments on commit 7c77010

Please sign in to comment.