disable bounds checking

This commit is contained in:
David Vierra 2015-01-03 13:43:39 -10:00
parent af03a744b6
commit 472f248063
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#cython: boundscheck=False
"""
blockmodels
"""

View File

@ -1,3 +1,4 @@
#cython: boundscheck=False
"""
${NAME}
"""