Skip to content

Commit

Permalink
minor type fix for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Apr 23, 2024
1 parent a8bf179 commit e1e6e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_equalized_odds_lp_relaxation(
sensitive_attribute: np.ndarray,
predictor: callable,
constraint_slack: float,
l_p_norm: int | str,
l_p_norm: int,
random_seed: int,
):
"""Tests different l-p relaxations for the "equalized-odds" constraint."""
Expand Down

0 comments on commit e1e6e88

Please sign in to comment.