Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Jan 30, 2025
1 parent dad9a2c commit f28ba01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void testAnomaliesUpAndDown() {
BooleanSeries.FALSE, // not an anomaly because equal to minValue and default is to be inclusive of the min
BooleanSeries.FALSE,
BooleanSeries.FALSE,
BooleanSeries.TRUE, // anomaly because equal to maxValue maxInclusive is set to false
BooleanSeries.TRUE, // anomaly because equal to maxValue and maxInclusive is set to false
BooleanSeries.TRUE);
assertThat(outputAnomalySeries).isEqualTo(expectedAnomalySeries);
}
Expand Down

0 comments on commit f28ba01

Please sign in to comment.