EconForge / interpolation.py

BSD 2-Clause "Simplified" License
123 stars 35 forks source link

One fix found for an error in fungen.py #56

Closed aouazad closed 4 years ago

aouazad commented 4 years ago

I needed to replace

from numba.types.containers import Tuple, UniTuple

by

from numba.types import Tuple, UniTuple

in fungen.py. My setup is Python 3.6.9, and numba 0.49.

albop commented 4 years ago

Thank you @aouazad. This was fixed by pr #58 . I'll do a fix release (I'd like to setup some automatic process).

albop commented 4 years ago

Fixed in latest release 2.1.4