Skip to content

Conversation

@ev-br
Copy link
Member

@ev-br ev-br commented Jan 11, 2026

A 2025.12 proposed enhancement.

_funcs += ["take", "isdtype", "conj", "imag", "real"] # TODO: bump spec and update array-api-tests to new spec layout
_top_level_attrs = _dtypes + _constants + _funcs + stubs.EXTENSIONS + ["fft"]

_top_level_attrs += ['isin'] # FIXME: until the spec is not updated
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove before merging

*hh.two_mutual_arrays(two_shapes=st.tuples(hh.shapes(), hh.shapes())),
hh.kwargs(invert=st.booleans())
)
def test_isin(x1, x2, kw):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need @pytest.mark.min_version("2025.12")

)
def test_isin(x1, x2, kw):
print("\nx1 = ", type(x1))
print(x1.shape, x2.shape, x1.dtype, x2.dtype, kw)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug prints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant