提交 d8f94633 authored 作者: Frederic Bastien's avatar Frederic Bastien

Add missing file from previous commit on scipy.

上级 2f78e971
"""
This file is used to check if scipy is available. We do it at only one
place to localise this check. It is to the module to check the scipy
version.
"""
try:
import scipy
scipy_available = True
except ImportError:
scipy_available = False
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论