Skip to content

Commit 98df49a

Browse files
Add 'r' to missing rawstrings
1 parent cd7e213 commit 98df49a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aif360/sklearn/inprocessing/infairness.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class SenSeI(InFairnessNet):
253253
"""
254254
def __init__(self, module, *, criterion, distance_x, distance_y, rho, eps,
255255
auditor_nsteps, auditor_lr, regression='auto', **kwargs):
256-
"""
256+
r"""
257257
Args:
258258
module (torch.nn.Module): Network architecture.
259259
criterion (torch.nn.Module): Loss function.
@@ -335,7 +335,7 @@ class SenSR(InFairnessNet):
335335
"""
336336
def __init__(self, module, *, criterion, distance_x, eps, lr_lamb, lr_param,
337337
auditor_nsteps, auditor_lr, regression='auto', **kwargs):
338-
"""
338+
r"""
339339
Args:
340340
module (torch.nn.Module): Network architecture.
341341
criterion (torch.nn.Module): Loss function.

0 commit comments

Comments
 (0)