Removed debug timer

This commit is contained in:
Kenneth Jao 2021-12-02 23:10:58 -05:00
parent 4b98879efe
commit 8948b0cf16
2 changed files with 1164 additions and 1379 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
import array, scipy.spatial, numpy as np
from timeit import default_timer as timer
from cython.parallel import parallel, prange
cimport numpy as np