Skip to content

Commit 4dae97d

Browse files
committed
Add some functions to the array_helpers exports
1 parent 465f402 commit 4dae97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

array_api_tests/array_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
'assert_positive_mathematical_sign', 'negative_mathematical_sign',
2727
'assert_negative_mathematical_sign', 'same_sign',
2828
'assert_same_sign', 'ndindex', 'promote_dtypes', 'float64',
29-
'asarray']
29+
'asarray', 'is_integer_dtype', 'is_float_dtype', 'dtype_ranges',
30+
'full']
3031

3132
def zero(shape, dtype):
3233
"""

0 commit comments

Comments
 (0)