Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming committed Oct 12, 2022
1 parent 3604ed8 commit 4e738dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void testTrimmedMean() {
new AbstractMap.SimpleEntry<>(3.0, 1.0)
))).isTrue();

assertThat(tDigest.trimmedMean(0.1, 0.9)).isEqualTo("2");
assertThat(tDigest.trimmedMean(0.1, 0.9)).isEqualTo("1.5");
}

@Test
Expand Down

0 comments on commit 4e738dd

Please sign in to comment.