def _skip_if_no_pchip():
try:
from scipy.interpolate import pchip_interpolate # noqa
except ImportError:
raise nose.SkipTest('scipy.interpolate.pchip missing')
# ----------------------------------------------------------------------
# Generic types test cases
test_generic.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录