Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[markov_chains_II] Warnings for Numba deprecation #326

Closed
kp992 opened this issue Dec 3, 2023 · 1 comment
Closed

[markov_chains_II] Warnings for Numba deprecation #326

kp992 opened this issue Dec 3, 2023 · 1 comment

Comments

@kp992
Copy link
Contributor

kp992 commented Dec 3, 2023

/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: EconForge/interpolation.py#110 (comment)

@mmcky mmcky changed the title Warnings in Inequality and Markov chains II [markov_chains_II] Warnings for Numba deprecation Jan 29, 2024
@longye-tian
Copy link
Collaborator

Numba is not used in markov_chain_II.md anymore. Closed.

Best,
Longye

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants