delmic / odemis

Open Delmic Microscope Software
GNU General Public License v2.0
46 stars 38 forks source link

[fix] call scipy.spatial.cKDTree.query() with the right arguments #2829

Closed pieleric closed 2 months ago

pieleric commented 2 months ago

The n_jobs argument has been renamed to "workers", but we want to support at least these versions of Ubuntu:

=> Check the version at import time, and pass the right argument depending on the version.