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 92a2b41 commit 20094ccCopy full SHA for 20094cc
stumpy/fastmath.py
@@ -6,7 +6,7 @@
6
from . import config
7
8
9
-@njit(fastmath=config.STUMPY_FASTMATH_TRUE)
+@njit(fastmath=config.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