1 parent 6bc7390 commit 10b5a91Copy full SHA for 10b5a91
1 file changed
array_api_tests/_array_module.py
@@ -35,6 +35,9 @@ def __repr__(self):
35
_funcs += ["take", "isdtype", "conj", "imag", "real"] # TODO: bump spec and update array-api-tests to new spec layout
36
_top_level_attrs = _dtypes + _constants + _funcs + stubs.EXTENSIONS + ["fft"]
37
38
+# FIXME
39
+_funcs += ["top_k"]
40
+
41
for attr in _top_level_attrs:
42
try:
43
globals()[attr] = getattr(xp, attr)
0 commit comments