kakearney/boundedline-pkg

Breaks if X variable is of type datetime

Opened this issue · 2 comments

If the first argument (X) is of type datetime, it breaks because isnan doesn't work on datetime (isnat works instead).

It's kinda hacky, but it worked. Feel free to use this as a starting point.