[test] mad tests more lenient approximation
This commit is contained in:
parent
ca620ff4ce
commit
6492eaa84d
|
@ -199,7 +199,7 @@ public class MedianAbsoluteDeviationAggregatorTests extends AggregatorTestCase {
|
|||
}
|
||||
|
||||
public static IsCloseToRelative closeToRelative(double expected) {
|
||||
return closeToRelative(expected, 0.05);
|
||||
return closeToRelative(expected, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue