tylerjereddy / scipy

Scipy library main repository
http://scipy.org/scipylib/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

doctest failure with sp #13

Closed tylerjereddy closed 9 years ago

tylerjereddy commented 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.