Skip to content

Commit b7bb443

Browse files
committed
fix: update mean() docstring and fix einsum performance regression
1 parent 9304ca7 commit b7bb443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sparse/numba_backend/_sparse_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ def mean(self, axis=None, keepdims=False, dtype=None, out=None):
686686
mean along all axes.
687687
688688
>>> s.mean()
689+
<COO: shape=(), dtype=float64, nnz=1, fill_value=0.0>
689690
"""
690691

691692
if axis is None:

0 commit comments

Comments
 (0)