lecture-python-intro icon indicating copy to clipboard operation
lecture-python-intro copied to clipboard

[markov_chains_II] Warnings for Numba deprecation

Open kp992 opened this issue 2 years ago • 0 comments

/usr/share/miniconda3/envs/quantecon/lib/python3.11/site-packages/numba/core/decorators.py:262: NumbaDeprecationWarning: numba.generated_jit is deprecated. Please see the documentation at: https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-generated-jit for more information and advice on a suitable replacement.
  warnings.warn(msg, NumbaDeprecationWarning)

These warnings come from interpolation. Main issue: https://github.com/EconForge/interpolation.py/issues/110#issue-2022538598

kp992 avatar Dec 03 '23 14:12 kp992