- 000
There is a "gotcha" relating to scipy imports, that can cause an AttributeError under certain conditions.
Scipy states in the top level package that:
Using any of these subpackages requires an explicit import. For example,
import scipy.cluster.
However, in this repo scipy submodules are not consis...