How to craft a useful, minimal bug report
Describe the bug
When calling the indices.spi() function, I receive a Numba TypingError related to _logger. This happens even after upgrading Numba.
Error message
To Reproduce
Steps to reproduce the behavior:
- Use climate_indices==1.0.12 (or latest)
- Run indices.spi() on 1D numpy array
- See error
Expected behavior
- OS: Windows 10
- Python version: 3.11
- Numba version: 0.61.2
- climate_indices version: 1.0.12
Additional context
I am trying to compute SPI using the climate_indices package, but the function fails due to a Numba TypingError. I have already tried updating Numba and Python, but the issue persists. Any help or guidance is appreciated!