fix: p-value is not a percentage

This commit is contained in:
Henrik Ingo
2025-05-15 04:17:40 +03:00
parent b7ed531ef0
commit e1330f5e62

View File

@@ -49,7 +49,7 @@ jobs:
# parameters of the algorithm. Note: These are global, so we only set them once and for all.
# Smaller p-value = less change points found. Larger p-value = more, but also more false positives.
nyrkio-settings-pvalue: 0.01%
nyrkio-settings-pvalue: 0.01
# Ignore changes smaller than this.
nyrkio-settings-threshold: 2%