Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_selection_identity_comparison():
sel0, sel1 = [Selection(artist=None,
target=np.array([0, 0]),
dist=0,
annotation=None,
extras=[])
for _ in range(2)]
assert sel0 != sel1