Skip to content

Commit d276c3e

Browse files
author
Pijush Chakraborty
committed
Updating tolerance for percentage evaluation
1 parent 12fb2f1 commit d276c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_remote_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def test_evaluate_between_interquartile_range_accuracy(self):
720720

721721
truthy_assignments = self.evaluate_random_assignments(condition, 100000,
722722
app, default_config)
723-
tolerance = 474
723+
tolerance = 490
724724
assert truthy_assignments >= 50000 - tolerance
725725
assert truthy_assignments <= 50000 + tolerance
726726

0 commit comments

Comments
 (0)