Skip to content

Commit 10b5a91

Browse files
committed
upd _array_module (needed?)
1 parent 6bc7390 commit 10b5a91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

array_api_tests/_array_module.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def __repr__(self):
3535
_funcs += ["take", "isdtype", "conj", "imag", "real"] # TODO: bump spec and update array-api-tests to new spec layout
3636
_top_level_attrs = _dtypes + _constants + _funcs + stubs.EXTENSIONS + ["fft"]
3737

38+
# FIXME
39+
_funcs += ["top_k"]
40+
3841
for attr in _top_level_attrs:
3942
try:
4043
globals()[attr] = getattr(xp, attr)

0 commit comments

Comments
 (0)