Skip to content

Commit cc29350

Browse files
committed
jit added
1 parent d808ec5 commit cc29350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fracdiff/apply_weights.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import numba
33

44

5+
@numba.jit(nopython=True)
56
def apply_weights(x: np.ndarray, w: np.ndarray) -> np.ndarray:
67
m = w.shape[0]
78
z = w[0] * x

0 commit comments

Comments
 (0)