We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd8816 commit bbc97e4Copy full SHA for bbc97e4
stumpy/fastmath.py
@@ -6,7 +6,7 @@
6
from . import config
7
8
9
-@njit(fastmath=config._STUMPY_DEFAULTS['STUMPY_FASTMATH_FASTMATH._ADD_ASSOC'])
+@njit(fastmath=config._STUMPY_DEFAULTS["STUMPY_FASTMATH_FASTMATH._ADD_ASSOC"])
10
def _add_assoc(x, y): # pragma: no cover
11
"""
12
A dummy function to test the fastmath module
0 commit comments