Skip to content

Commit 6feb644

Browse files
committed
MAINT: remove doubled # for comments
1 parent 664f859 commit 6feb644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fair_mango/metrics/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ def _to_float(result) -> float:
272272
a, b = _to_float(rec_i), _to_float(rec_j)
273273

274274
if method == "difference":
275-
# # Ensure a is the larger value for consistent disparity calculation
276-
# # that way, the difference will always be >= 0
275+
# Ensure a is the larger value for consistent disparity calculation
276+
# that way, the difference will always be >= 0
277277
if b > a:
278278
a, b = b, a
279279
grp_i, grp_j = grp_j, grp_i

0 commit comments

Comments
 (0)