Skip to content

Commit 044e622

Browse files
committed
Mute false-positive pylint issue
1 parent 2bede7d commit 044e622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/dpnp_iface_logic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ def array_equal(a1, a2, equal_nan=False):
459459
False, usm_type=usm_type_alloc, sycl_queue=sycl_queue_alloc
460460
)
461461
# Shapes of a1, a2 and masks are guaranteed to be consistent by this point
462+
# pylint:disable=invalid-unary-operand-type
462463
return (a1[~a1nan] == a2[~a1nan]).all()
463464

464465

0 commit comments

Comments
 (0)