Open
Description
The filter
and laterality
modules try to use joblib
modules conditionally if importing it is successful:
However, joblib
is a required dependency:,
whitematteranalysis/requirements.txt
Line 1 in ac6040f
so the if/else
blocks in the above modules are not necessary, e.g. (there are multiple hits):
Removing the conditional blocks may require some work, as the else
blocks seem to contain a more complex/different logic with respect to the counterpart using the parallelization capabilities.
Metadata
Metadata
Assignees
Labels
No labels