Closed Andreasbirch closed 1 month ago
Do you get an error that stops your program or just a warning? Until now, this was just a warning. Haven't fixed it yet.
The warning stops the program. I was able to circumvent it by adding
from numba.core.errors import NumbaTypeSafetyWarning
import warnings
warnings.simplefilter(action='ignore', category=NumbaTypeSafetyWarning)
To the nearest_neighbour.py
file.
I found the documentation for the solution here
Thanks! I'll have a look.
Should now be fixed in 0.2.4. Can you upgrade and verify?
Looks good - no warnings anymore! Thank you for your help.
Hello, I am trying to run the code snippets for the usage examples provided in the readme.
This is my code for the univariate time series:
And for the multivariate time series:
In both cases I get the same error: