Skip to content

Commit b95e31d

Browse files
committed
fix: test docstring
1 parent 6f4f38b commit b95e31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_fairness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def test_dir_zero_favorable_unprivileged(self):
231231
)
232232

233233
def test_dir_equal_favorable_rates(self):
234-
"""Property-based test to check that the result of DIR calculation
234+
"""Test to check that the result of DIR calculation
235235
is 1.0 when favorable outcome rates are equal between groups."""
236236
df = pd.DataFrame(generate_data())
237237
privileged, unprivileged = get_privileged_unprivileged_split(df=df)

0 commit comments

Comments
 (0)