Skip to content

Commit 6056213

Browse files
authored
Merge pull request #103 from tomwhite/data-dependent-shapes-fix
Mark test_array_object.py::test_getitem_masking as having data dependent shapes
2 parents 511929c + 30e7a4c commit 6056213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_array_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_setitem(shape, data):
106106

107107
# TODO: make mask tests optional
108108

109-
109+
@pytest.mark.data_dependent_shapes
110110
@given(hh.shapes(), st.data())
111111
def test_getitem_masking(shape, data):
112112
x = data.draw(xps.arrays(xps.scalar_dtypes(), shape=shape), label="x")

0 commit comments

Comments
 (0)