Skip to content

Commit 6c8a61f

Browse files
committed
Fix typo in count_nonzero caught in review
1 parent eaaac83 commit 6c8a61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_reduction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,5 +814,5 @@ def count_nonzero(x, /, *, axis=None, keepdims=False, out=None):
814814
axis=axis,
815815
dtype=ti.default_device_index_type(x.sycl_device),
816816
keepdims=keepdims,
817-
out=None,
817+
out=out,
818818
)

0 commit comments

Comments
 (0)