We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035d06 commit a11ca36Copy full SHA for a11ca36
stumpy/config.py
@@ -15,4 +15,4 @@
15
STUMPY_MAX_P_NORM_DISTANCE = np.finfo(np.float64).max
16
STUMPY_MAX_DISTANCE = np.sqrt(STUMPY_MAX_P_NORM_DISTANCE)
17
STUMPY_EXCL_ZONE_DENOM = 4
18
-STUMPY_CORRELATION_THRESHOLD = 0.99999999 # 1 - 1e-08
+STUMPY_CORRELATION_THRESHOLD = 0.99999 # 1 - 1e-08
0 commit comments