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 31597b3 commit d2814d5Copy full SHA for d2814d5
x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/aggs/changepoint/ChangeDetectorTests.java
@@ -192,7 +192,7 @@ public void testMultipleChanges() {
192
ChangeType type = new ChangeDetector(bucketValues).detect(0.05);
193
tp += type instanceof ChangeType.TrendChange ? 1 : 0;
194
}
195
- assertThat(tp, greaterThan(90));
+ assertThat(tp, greaterThan(80));
196
197
198
public void testProblemDistributionChange() {
0 commit comments