mnnpy icon indicating copy to clipboard operation
mnnpy copied to clipboard

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

Open scottgigante-immunai opened this issue 3 years ago • 0 comments

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

scottgigante-immunai avatar Aug 03 '22 18:08 scottgigante-immunai