Skip to content

Commit a11ca36

Browse files
committed
reduce pearson threshold
1 parent d035d06 commit a11ca36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
STUMPY_MAX_P_NORM_DISTANCE = np.finfo(np.float64).max
1616
STUMPY_MAX_DISTANCE = np.sqrt(STUMPY_MAX_P_NORM_DISTANCE)
1717
STUMPY_EXCL_ZONE_DENOM = 4
18-
STUMPY_CORRELATION_THRESHOLD = 0.99999999 # 1 - 1e-08
18+
STUMPY_CORRELATION_THRESHOLD = 0.99999 # 1 - 1e-08

0 commit comments

Comments
 (0)