data-apis / array-api-tests

Test suite for the PyData Array APIs standard
https://data-apis.org/array-api-tests/
MIT License
64 stars 41 forks source link

`test_fft.py` #196

Closed honno closed 12 months ago

honno commented 1 year ago

WIP PR for FFT tests. Needs some refactoring and some more shape asserts. freq/shift tests can come in a seperate PR.

TODO:

rgommers commented 12 months ago

@honno how far off is this from getting merged you think?

honno commented 12 months ago

@honno how far off is this from getting merged you think?

I'll just merge it, the tests are very thorough now (except there's no tests shift/freq which I can do in a follow-up PR). Some hacks and code I'd like to remove/refactor but good to just get this in—it doesn't seem to break anything!

Current failures are the same on master, something I'll have to investigate :eyes: