chriscainx / mnnpy

An implementation of MNN (Mutual Nearest Neighbors) correct in python.
BSD 3-Clause "New" or "Revised" License
71 stars 31 forks source link

Use kwarg `workers` not `n_jobs` for `cKDTree` #48

Closed scottgigante-immunai closed 1 year ago

scottgigante-immunai commented 2 years ago

scipy.spatial.cKDTree replaced n_jobs with workers in 1.6.0 and removed n_jobs in 1.9.0. This currently causes an error in openproblems