Skip to content

Commit 6194b08

Browse files
committed
Remove faulty assertion in test_two_mutual_arrays
1 parent dcc4adf commit 6194b08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array_api_tests/meta/test_hypothesis_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def test_two_broadcastable_shapes(pair):
6868
@given(*hh.two_mutual_arrays())
6969
def test_two_mutual_arrays(x1, x2):
7070
assert (x1.dtype, x2.dtype) in dh.promotion_table.keys()
71-
assert broadcast_shapes(x1.shape, x2.shape) in (x1.shape, x2.shape)
7271

7372

7473
def test_two_mutual_arrays_raises_on_bad_dtypes():

0 commit comments

Comments
 (0)