We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85556a8 commit c5f868cCopy full SHA for c5f868c
tests/unit/autogram/test_diagonal_sparse_tensor.py
@@ -67,5 +67,5 @@ def test_mean(func):
67
b = DiagonalSparseTensor(a, [0, 0])
68
c = b.to_dense()
69
70
- mean = func(b)
71
- assert_close(mean, func(c))
+ res = func(b)
+ assert_close(res, func(c))
0 commit comments