EconForge / interpolation.py

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

What should be imported by `from interpolation import *`? #63

Open albop opened 4 years ago

albop commented 4 years ago

Currently only the scipy's like interfaces interp and mlinterp part of the root scope. The other apis, like eval_linear or eval_spline are accessible through the submodules. The question is whether other functions or objects should be part of the root scope.