We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664f859 commit 6feb644Copy full SHA for 6feb644
fair_mango/metrics/base.py
@@ -272,8 +272,8 @@ def _to_float(result) -> float:
272
a, b = _to_float(rec_i), _to_float(rec_j)
273
274
if method == "difference":
275
- # # Ensure a is the larger value for consistent disparity calculation
276
- # # that way, the difference will always be >= 0
+ # Ensure a is the larger value for consistent disparity calculation
+ # that way, the difference will always be >= 0
277
if b > a:
278
a, b = b, a
279
grp_i, grp_j = grp_j, grp_i
0 commit comments