Skip to content

Commit 208b633

Browse files
committed
Add missing imports
1 parent 738feaf commit 208b633

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ci/array-api-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ array_api_tests/test_searching_functions.py::test_argmin
264264
array_api_tests/test_searching_functions.py::test_where
265265
# TODO: check error
266266
array_api_tests/test_searching_functions.py::test_nonzero
267+
array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
267268

268269
# test_set_functions
269270

sparse/finch_backend/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
bitwise_right_shift,
2626
bitwise_xor,
2727
bool,
28+
can_cast,
2829
ceil,
2930
compiled,
3031
complex64,
@@ -86,6 +87,7 @@
8687
pow,
8788
prod,
8889
random,
90+
remainder,
8991
reshape,
9092
round,
9193
sign,
@@ -208,9 +210,11 @@
208210
"square",
209211
"logaddexp",
210212
"trunc",
213+
"remainder",
211214
"logical_and",
212215
"logical_or",
213216
"logical_xor",
214217
"finfo",
215218
"iinfo",
219+
"can_cast",
216220
]

0 commit comments

Comments
 (0)