#!/usr/bin/python
import numpy as np
cimport numpy as np
ctypedef np.float64_t dtype_t
def ff(dtype a):
return a;
$ cython test.py
Error converting Pyrex file to C:
------------------------------------------------------------
...
#!/usr/bin/python
import numpy as np
cimport numpy as np
^
------------------------------------------------------------