提交 16d66234 authored 作者: Jeremiah Lowin's avatar Jeremiah Lowin

bump to start testing process again

上级 08425470
...@@ -3347,7 +3347,6 @@ def nonzero_values(a): ...@@ -3347,7 +3347,6 @@ def nonzero_values(a):
nonzero : Return the indices of the non-zero elements of the input array. nonzero : Return the indices of the non-zero elements of the input array.
flatnonzero : Return the indices of the non-zero elements of the flatnonzero : Return the indices of the non-zero elements of the
flattened input array. flattened input array.
""" """
return a.flatten()[flatnonzero(a)] return a.flatten()[flatnonzero(a)]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论