Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed c_numpy.pxd and replaced with 'cimport numpy'
- 'cimport c_numpy; c_numpy.import_array()' replaced with 'import numpy; cimport numpy' - replaced ndarray.dimensions --> ndarray.shape - re-ran cython to generate C files
- Loading branch information