SlicerDMRI / whitematteranalysis

White matter tractography clustering and more...
https://dmri.slicer.org/whitematteranalysis/
Other
65 stars 32 forks source link

BUG: Import `joblib` modules in cluster outlier removal script #226

Closed jhlegarreta closed 6 months ago

jhlegarreta commented 6 months ago

Import joblib modules in cluster outlier removal script.

Fixes:

File /bin/wm_cluster_remove_outliers.py, line 256, in main
  logtrs = Parallel(n_jobs=number_of_jobs, verbose=0)(
NameError: name 'Parallel' is not defined

Inadvertently removed in commit f66b337.

Fixes #224.

jhlegarreta commented 6 months ago

CI build failures are related to two artifacts (minimal and latest builds) having conflicting names when trying to upload pytest test results:

Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

The CI builds that finish earlier than their counterparts are passing, so it is unrelated to this patch set. Will be addressed in a separate PR. Merging.