Closed ashwinvis closed 6 years ago
Hi and thanks for creating this issue. Unfortunately, the dct is not part of the main pyfftw, but it has been implemented in this branch. It is also available in the spectralDNS channel on Anaconda cloud.
Thank you @mikaem! All tests pass 👍
Referencing issue spectralDNS/spectralDNS/issues/23
When I run
pytest -v
I see a lot of test failures (see test summary below):Most of the failures are due to
AttributeError
s like:I am using the latest version of pyfftw
And even in their github master version I don't see this
dct
function: https://github.com/pyFFTW/pyFFTW/blob/master/pyfftw/builders/builders.py. Are you using a modified version ofpyFFTW
?