Skip to content

Commit 5bda8eb

Browse files
committed
nit
1 parent 46697a0 commit 5bda8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recursive_diff/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def _diff_dataarrays(
516516
diffs_idx = np.nonzero(mask)
517517
diffs_count = diffs_count[mask]
518518
else:
519-
diffs_idx = np.array([], dtype=int)
519+
diffs_idx = ()
520520
else:
521521
diffs_idx = np.nonzero(mask)
522522
diffs_lhs = lhs.data[mask]

0 commit comments

Comments
 (0)