Skip to content

Commit e0d249f

Browse files
authored
Update _usmarray.pyx
1 parent 5ab4d3b commit e0d249f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_usmarray.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ cdef class usm_ndarray:
15921592
# the change of a dpctl dtype to a NumPy dtype therefore
15931593
# not violating the NumPy standard for the __array__
15941594
# method.
1595-
1595+
15961596
if self.size == 0:
15971597
# no data needs to be copied for zero sized array
15981598
return np.ndarray(self.shape, dtype=self.dtype)

0 commit comments

Comments
 (0)