Skip to content

Commit 0d67a85

Browse files
committed
fix fastmath for scraamp._prescraamp
1 parent 7b4f694 commit 0d67a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/scraamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def _compute_PI(
286286
# "(f8[:], f8[:], i8, b1[:], b1[:], f8, i8, i8, f8[:], f8[:],"
287287
# "i8[:], optional(i8))",
288288
parallel=True,
289-
fastmath=config.STUMPY_FASTMATH_TRUE,
289+
fastmath=config.STUMPY_FASTMATH_FLAGS,
290290
)
291291
def _prescraamp(
292292
T_A,

0 commit comments

Comments
 (0)