Skip to content

Commit 2d3a6ac

Browse files
committed
fix fastmath for stump._compute_diagonal
1 parent c895270 commit 2d3a6ac

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
@@ -15,7 +15,7 @@
1515
# "(f8[:], f8[:], i8, f8[:], f8[:], f8[:], f8[:], f8[:], f8[:], f8[:], f8[:],"
1616
# "b1[:], b1[:], b1[:], b1[:], i8[:], i8, i8, i8, f8[:, :, :], f8[:, :],"
1717
# "f8[:, :], i8[:, :, :], i8[:, :], i8[:, :], b1)",
18-
fastmath=config.STUMPY_FASTMATH_TRUE,
18+
fastmath=config.STUMPY_FASTMATH_FLAGS,
1919
)
2020
def _compute_diagonal(
2121
T_A,

0 commit comments

Comments
 (0)