v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
432 stars 117 forks source link

fix segmentation fault bug in fft.ifft #557

Closed v923z closed 2 years ago

v923z commented 2 years ago

Should fix the bug reported in https://github.com/v923z/micropython-ulab/issues/551

v923z commented 2 years ago

@jepler Jeff, do we have to be concerned by https://github.com/v923z/micropython-ulab/actions/runs/3399781965/jobs/5653757709, or can we just go ahead, and merge the fix? I don't quite understand why the CI fails.

jepler commented 2 years ago

functools.cacheis only in python 3.9. can you bump the version used during CI to 3.9 or 3.10? It should fix the problem