Commit 02d8bcc6 authored by Joon Ro's avatar Joon Ro Committed by Stefan Behnel

Fix a typo in a comment

parent d1a8e7d3
...@@ -378,7 +378,7 @@ The array lookups are still slowed down by two factors: ...@@ -378,7 +378,7 @@ The array lookups are still slowed down by two factors:
... ...
cimport cython cimport cython
@cython.boundscheck(False) # turn of bounds-checking for entire function @cython.boundscheck(False) # turn off bounds-checking for entire function
def naive_convolve(np.ndarray[DTYPE_t, ndim=2] f, np.ndarray[DTYPE_t, ndim=2] g): def naive_convolve(np.ndarray[DTYPE_t, ndim=2] f, np.ndarray[DTYPE_t, ndim=2] g):
... ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment