Skip to content

Commit 3c79603

Browse files
committed
fix fastmath for maamp._compute_multi_p_norm
1 parent ad2c4f2 commit 3c79603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/maamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def _get_multi_p_norm(start, T, m, p=2.0):
592592
# "(i8, i8, i8, f8[:, :], f8[:, :], i8, i8, b1[:, :], b1[:, :], f8,"
593593
# "f8[:, :], f8[:, :], f8[:, :])",
594594
parallel=True,
595-
fastmath=config.STUMPY_FASTMATH_TRUE,
595+
fastmath=config.STUMPY_FASTMATH_FLAGS,
596596
)
597597
def _compute_multi_p_norm(
598598
d,

0 commit comments

Comments
 (0)