We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_two_mutual_arrays
1 parent dcc4adf commit 6194b08Copy full SHA for 6194b08
array_api_tests/meta/test_hypothesis_helpers.py
@@ -68,7 +68,6 @@ def test_two_broadcastable_shapes(pair):
68
@given(*hh.two_mutual_arrays())
69
def test_two_mutual_arrays(x1, x2):
70
assert (x1.dtype, x2.dtype) in dh.promotion_table.keys()
71
- assert broadcast_shapes(x1.shape, x2.shape) in (x1.shape, x2.shape)
72
73
74
def test_two_mutual_arrays_raises_on_bad_dtypes():
0 commit comments