Skip to content

Commit

Permalink
test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMRuss committed Jun 21, 2024
1 parent b90830e commit 8d4eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test_additional_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_slack_constraints(use_fast=True):
measures = fpredictor.evaluate_fairness(metrics={'recall.min': gm.recall.min}, verbose=False)

assert measures["original"]["recall.min"] < 0.99
assert measures["updated"]["recall.min"] > 0.99
assert measures["updated"]["recall.min"] >= 0.99


def test_slack_constraints_slow():
Expand Down

0 comments on commit 8d4eed0

Please sign in to comment.