Skip to content

Commit

Permalink
Merge pull request #103 from tomwhite/data-dependent-shapes-fix
Browse files Browse the repository at this point in the history
Mark test_array_object.py::test_getitem_masking as having data dependent shapes
  • Loading branch information
honno authored Feb 24, 2022
2 parents 511929c + 30e7a4c commit 6056213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_tests/test_array_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_setitem(shape, data):

# TODO: make mask tests optional


@pytest.mark.data_dependent_shapes
@given(hh.shapes(), st.data())
def test_getitem_masking(shape, data):
x = data.draw(xps.arrays(xps.scalar_dtypes(), shape=shape), label="x")
Expand Down

0 comments on commit 6056213

Please sign in to comment.