You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
filter
andlaterality
modules try to usejoblib
modules conditionally if importing it is successful:whitematteranalysis/whitematteranalysis/filter.py
Line 32 in ac6040f
whitematteranalysis/whitematteranalysis/laterality.py
Line 35 in ac6040f
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):whitematteranalysis/whitematteranalysis/filter.py
Line 610 in ac6040f
whitematteranalysis/whitematteranalysis/laterality.py
Line 167 in ac6040f
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.The text was updated successfully, but these errors were encountered: