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
The has names test should run regardless of what names are present in the module. Right now, it fails if bool is not present
ImportError while loading conftest '/Users/aaronmeurer/Documents/array-api-tests/conftest.py'.
conftest.py:13: in <module>
from reporting import pytest_metadata, pytest_json_modifyreport, add_extra_json_metadata # noqa
reporting.py:1: in <module>
from array_api_tests.dtype_helpers import dtype_to_name
array_api_tests/dtype_helpers.py:138: in <module>
all_dtypes = (xp.bool,) + numeric_dtypes
E AttributeError: module 'mlx.core' has no attribute 'bool'
The text was updated successfully, but these errors were encountered:
The has names test should run regardless of what names are present in the module. Right now, it fails if
bool
is not presentThe text was updated successfully, but these errors were encountered: