Closed tylerjereddy closed 9 years ago
A doctest is failing in the Travis CI build because of this line in the Examples section:
random_color = colors.rgb2hex(sp.rand(3))
This and any other usages of sp instead of scipy should be removed from the docstring of Spherical Voronoi.
sp
scipy
A doctest is failing in the Travis CI build because of this line in the Examples section:
This and any other usages of
sp
instead ofscipy
should be removed from the docstring of Spherical Voronoi.