Commit 073d205a authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #519 from joonro/patch-6

Fix a typo in a comment
parents 1c564021 d6851bf9
......@@ -378,7 +378,7 @@ The array lookups are still slowed down by two factors:
...
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):
...
......
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