AbigailMcGovern / iterseg

napari plugin for iteratively improving 3D instance segmentation of cells (u-net x watershed)
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

numba warning #15

Open jni opened 8 months ago

jni commented 8 months ago

Probably worth fixing this warning before the next release:

/Users/jni/micromamba/envs/all/lib/python3.11/site-packages/iterseg/watershed.py:95: NumbaDeprecationWarning: The keyword argument 'nopython=False' was supplied. From Numba 0.59.0 the default is being changed to True and use of 'nopython=False' will raise a warning as the argument will have no effect. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.!