Skip to content

Commit c24f0a9

Browse files
committed
fix fastmath for stump._stump
1 parent 2d3a6ac commit c24f0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/stump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def _compute_diagonal(
247247
# "(f8[:], f8[:], i8, f8[:], f8[:], f8[:], f8[:], f8[:], f8[:], b1[:], b1[:],"
248248
# "b1[:], b1[:], i8[:], b1, i8)",
249249
parallel=True,
250-
fastmath=config.STUMPY_FASTMATH_TRUE,
250+
fastmath=config.STUMPY_FASTMATH_FLAGS,
251251
)
252252
def _stump(
253253
T_A,

0 commit comments

Comments
 (0)