Skip to content

Commit

Permalink
Adjust identity error tolerance for stratified energy tests (can have…
Browse files Browse the repository at this point in the history
… greater variation within strata than overall mean)
  • Loading branch information
kavanase committed Jun 26, 2024
1 parent e09311b commit 0170439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def runit(params: dict):
1e-8
if true_identity
else (
1.1e-2
2e-2
if any(i in metric for i in ["_e", "e_", "e/N"])
else 1e-4
)
Expand Down

0 comments on commit 0170439

Please sign in to comment.