Skip to content

Commit

Permalink
Update fastmath.py to use proper default config
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw authored Jan 26, 2025
1 parent 92a2b41 commit 20094cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stumpy/fastmath.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import config


@njit(fastmath=config.STUMPY_FASTMATH_TRUE)
@njit(fastmath=config.STUMPY_FASTMATH_FASTMATH._ADD_ASSOC)
def _add_assoc(x, y): # pragma: no cover
"""
A dummy function to test the fastmath module
Expand Down

0 comments on commit 20094cc

Please sign in to comment.