Closed NimaSarajpoor closed 4 months ago
The NJIT decorator is missing for the functions _maamp (in stumpy/maamp.py) and _mstump(in stumpy/mstump.py)
_maamp
stumpy/maamp.py
_mstump
stumpy/mstump.py
Actually, this is not needed. Both _maamp and _mstump do not need to be njit-ed as it is the inner function, _compute_multi_D that is njit-ed
_compute_multi_D
njit
Going to close this issue and its corresponding PR #1000.
The NJIT decorator is missing for the functions
_maamp
(instumpy/maamp.py
) and_mstump
(instumpy/mstump.py
)