Skip to content

Commit d7f95a3

Browse files
committed
Fix test_all for cupy
1 parent 4018fe4 commit d7f95a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_compat/cupy/_aliases.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@
7777
'acosh', 'asin', 'asinh', 'atan', 'atan2',
7878
'atanh', 'bitwise_left_shift', 'bitwise_invert',
7979
'bitwise_right_shift', 'concat', 'pow']
80+
81+
_all_ignore = ['cp', 'get_xp']

0 commit comments

Comments
 (0)