Numba DeprecationWarning
For example, when called from EnPT:
sicor/AC/RtFo.py:24
/builds/EnMAP/sicor/sicor/AC/RtFo.py:24: 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.
@jit(nopython=False)
sicor/AC/RtFo.py:133
/builds/EnMAP/sicor/sicor/AC/RtFo.py:133: 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.
@jit(nopython=False)
sicor/Tools/cB/classical_bayesian.py:781
/builds/EnMAP/sicor/sicor/Tools/cB/classical_bayesian.py:781: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
@jit # do not use 'nopython=True' here since return arrays are created within this function