You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILED array_api_tests/test_operators_and_elementwise_functions.py::test_conj - AttributeError: module 'array_api_tests._array_module' has no attribute 'conj'
FAILED array_api_tests/test_operators_and_elementwise_functions.py::test_imag - AttributeError: module 'array_api_tests._array_module' has no attribute 'imag'
FAILED array_api_tests/test_operators_and_elementwise_functions.py::test_real - AttributeError: module 'array_api_tests._array_module' has no attribute 'real'
>>> import array_api_compat.torch
>>> array_api_compat.torch.conj
<built-in method conj of type object at 0x10f8b2be0>
>>> array_api_compat.torch.real
<built-in method real of type object at 0x10f8b2be0>
>>> array_api_compat.torch.imag
<built-in method imag of type object at 0x10f8b2be0>
The text was updated successfully, but these errors were encountered:
Running the tests against array_api_compat.torch (with #184 and data-apis/array-api-compat#38) I get several errors like
Here's what the failure looks like
But these functions are in the namespace:
The text was updated successfully, but these errors were encountered: