chongxi / spiketag

Next generation of spike sorting package for BMI
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

numba version issue #69

Open chongxi opened 3 years ago

chongxi commented 3 years ago

Test version (Windows):

numba: 0.52.0
llvmlite: 0.35.0

under this version, there is no numba.errors module The below lines need to be commented:


# from numba.errors import NumbaDeprecationWarning, NumbaPendingDeprecationWarning
import warnings

# warnings.simplefilter('ignore', category=NumbaDeprecationWarning)
# warnings.simplefilter('ignore', category=NumbaPendingDeprecationWarning)