Skip to content

Commit e09a766

Browse files
committed
fix fastmath for scrump._compute_PI
1 parent 0d67a85 commit e09a766

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
@@ -133,7 +133,7 @@ def _preprocess_prescrump(
133133
)
134134

135135

136-
@njit(fastmath=config.STUMPY_FASTMATH_TRUE)
136+
@njit(fastmath=config.STUMPY_FASTMATH_FLAGS)
137137
def _compute_PI(
138138
T_A,
139139
T_B,

0 commit comments

Comments
 (0)