Skip to content

Commit fa24021

Browse files
committed
dead comment
1 parent ed83b80 commit fa24021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array_api_compat/common/_aliases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def _isscalar(a):
377377
a = wrapped_xp.asarray(min, dtype=x.dtype, device=dev)
378378
a = xp.broadcast_to(a, result_shape)
379379
ia = (out < a) | xp.isnan(a)
380-
# torch requires an explicit cast here
381380
out[ia] = a[ia]
382381

383382
if max is not None:

0 commit comments

Comments
 (0)