QuantEcon.py
QuantEcon.py copied to clipboard
Fix numba deprecation notice
The following https://intro.quantecon.org/inequality.html#measurement shows a numba deprecation warning from the quantecon package
I believe it is coming from interpolation.
See #701.
@mmcky , I suggest replacing interp from interpolation with the function of the same name from NumPy.
This is an issue of interpolation (and has been fixed by EconForge/interpolation.py#114).