We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_array_module._top_level_attrs
1 parent 6463307 commit c76aaeeCopy full SHA for c76aaee
array_api_tests/_array_module.py
@@ -62,7 +62,7 @@ def __repr__(self):
62
]
63
_constants = ["e", "inf", "nan", "pi"]
64
_funcs = [f.__name__ for funcs in stubs.category_to_funcs.values() for f in funcs]
65
-_funcs += ["take", "isdtype"] # TODO: bump spec and update array-api-tests to new spec layout
+_funcs += ["take", "isdtype", "conj", "imag", "real"] # TODO: bump spec and update array-api-tests to new spec layout
66
_top_level_attrs = _dtypes + _constants + _funcs + stubs.EXTENSIONS
67
68
for attr in _top_level_attrs:
0 commit comments