Skip to content

Commit 4b6af1e

Browse files
committed
fix bugs
1 parent 012f9c1 commit 4b6af1e

File tree

1 file changed

+1
-0
lines changed
  • array_api_compat/dask/array

1 file changed

+1
-0
lines changed

array_api_compat/dask/array/fft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
rfftfreq = get_xp(da)(_fft.rfftfreq)
1919

2020
__all__ = [elem for elem in fft_all if elem != "annotations"] + ["fftfreq", "rfftfreq"]
21+
_all_ignore = ["warnings"]
2122

2223
del get_xp
2324
del da

0 commit comments

Comments
 (0)