Skip to content

Commit 91ffaaf

Browse files
committed
fix all
1 parent 984f052 commit 91ffaaf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

array_api_compat/dask/array/_aliases.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@ def _isscalar(a):
208208
__all__ = _common_aliases + ['__array_namespace_info__', 'asarray', 'acos',
209209
'acosh', 'asin', 'asinh', 'atan', 'atan2',
210210
'atanh', 'bitwise_left_shift', 'bitwise_invert',
211-
'bitwise_right_shift', 'concat', 'pow', 'iinfo', 'finfo', 'can_cast', 'result_type',
212-
'float64', 'int8', 'float32']
211+
'bitwise_right_shift', 'concat', 'pow', 'iinfo', 'finfo', 'can_cast',
212+
'result_type', 'float32', 'float64', 'int8', 'int16', 'int32', 'int64',
213+
'uint8', 'uint16', 'uint32', 'uint64',
214+
'complex64', 'complex128', 'iinfo', 'finfo',
215+
'can_cast', 'result_type']
213216

214217
_all_ignore = ["get_xp", "da", "np"]

0 commit comments

Comments
 (0)