Skip to content

Commit 3fd8816

Browse files
authored
Fixed typo
1 parent 20094cc commit 3fd8816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/fastmath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import config
77

88

9-
@njit(fastmath=config.STUMPY_FASTMATH_FASTMATH._ADD_ASSOC)
9+
@njit(fastmath=config._STUMPY_DEFAULTS['STUMPY_FASTMATH_FASTMATH._ADD_ASSOC'])
1010
def _add_assoc(x, y): # pragma: no cover
1111
"""
1212
A dummy function to test the fastmath module

0 commit comments

Comments
 (0)