Skip to content

Commit 5669bc9

Browse files
authored
Don't check for fill value.
1 parent e7f589d commit 5669bc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sparse/numba_backend/_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3240,7 +3240,6 @@ def diff(x, axis=-1, n=1, prepend=None, append=None):
32403240
if not isinstance(x, SparseArray):
32413241
raise TypeError("`x` must be a SparseArray.")
32423242

3243-
check_zero_fill_value(x)
32443243
if axis < 0:
32453244
axis = x.ndim + axis
32463245
if prepend is not None:

0 commit comments

Comments
 (0)