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 20094cc commit 3fd8816Copy full SHA for 3fd8816
stumpy/fastmath.py
@@ -6,7 +6,7 @@
6
from . import config
7
8
9
-@njit(fastmath=config.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