>         warnings.warn('np.asscalar(a) is deprecated since NumPy v1.16, use '
> >                     'a.item() instead', DeprecationWarning, stacklevel=1)
> E       DeprecationWarning: np.asscalar(a) is deprecated since NumPy
> v1.16, use a.item() instead

it's a DeprecationWarning, why does aplpy tests suite treats it as an error?

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi

Reply via email to