Skip to content

Commit c895270

Browse files
committed
fix fastmath for scrump._prescrump
1 parent e09a766 commit c895270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/scrump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def _compute_PI(
384384
# "(f8[:], f8[:], i8, f8[:], f8[:], f8[:], f8[:], f8[:], i8, i8, f8[:], f8[:],"
385385
# "i8[:], optional(i8))",
386386
parallel=True,
387-
fastmath=config.STUMPY_FASTMATH_TRUE,
387+
fastmath=config.STUMPY_FASTMATH_FLAGS,
388388
)
389389
def _prescrump(
390390
T_A,

0 commit comments

Comments
 (0)