Skip to content

Commit

Permalink
Add 'r' to missing rawstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
sanspareilsmyn committed Dec 30, 2024
1 parent cd7e213 commit 98df49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aif360/sklearn/inprocessing/infairness.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class SenSeI(InFairnessNet):
"""
def __init__(self, module, *, criterion, distance_x, distance_y, rho, eps,
auditor_nsteps, auditor_lr, regression='auto', **kwargs):
"""
r"""
Args:
module (torch.nn.Module): Network architecture.
criterion (torch.nn.Module): Loss function.
Expand Down Expand Up @@ -335,7 +335,7 @@ class SenSR(InFairnessNet):
"""
def __init__(self, module, *, criterion, distance_x, eps, lr_lamb, lr_param,
auditor_nsteps, auditor_lr, regression='auto', **kwargs):
"""
r"""
Args:
module (torch.nn.Module): Network architecture.
criterion (torch.nn.Module): Loss function.
Expand Down

0 comments on commit 98df49a

Please sign in to comment.