Open chongxi opened 3 years ago
Test version (Windows):
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:
numba.errors
# from numba.errors import NumbaDeprecationWarning, NumbaPendingDeprecationWarning import warnings # warnings.simplefilter('ignore', category=NumbaDeprecationWarning) # warnings.simplefilter('ignore', category=NumbaPendingDeprecationWarning)
Test version (
Windows
):under this version, there is no
numba.errors
module The below lines need to be commented: