Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions fastdtw/_fastdtw.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ from libcpp.vector cimport vector

import numpy as np

try:
from libc.math cimport INFINITY
except:
from numpy.math cimport INFINITY

from libc.math cimport INFINITY

cdef struct LowHigh:
int low, high
Expand Down