Closed latrocinia closed 10 years ago
gpyfftlib.pyx is not correctly cythonizing since cython version 0.20 and gives an error. The variable 'ndim' is not correctly typed apparently.
The following seemed to work for me:
cdef clfftDim ndim = <clfftDim> len(shape)
Cheers, Gydo
thanks for reporting this issue, pushed a fix 0d7fc6754c
gpyfftlib.pyx is not correctly cythonizing since cython version 0.20 and gives an error. The variable 'ndim' is not correctly typed apparently.
The following seemed to work for me:
Cheers, Gydo