Skip to content

Commit

Permalink
Merge pull request #226 from jhlegarreta/ImportMissingJoblibModules
Browse files Browse the repository at this point in the history
BUG: Import `joblib` modules in cluster outlier removal script
  • Loading branch information
jhlegarreta authored Jan 2, 2024
2 parents 62c7673 + 29af7c9 commit d08245e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/wm_cluster_remove_outliers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import numpy as np
import vtk
from joblib import Parallel, delayed

import whitematteranalysis as wma

Expand Down

0 comments on commit d08245e

Please sign in to comment.