Skip to content

Commit

Permalink
final linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Jan 19, 2025
1 parent c3a4259 commit fdb5b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fedeca/utils/fedeca_graphs/plot_graphs_and_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

class NRAlgo(TorchNewtonRaphsonAlgo):
"""Make linting pass."""

def __init__(self):
super().__init__(
model=logreg_model,
Expand Down Expand Up @@ -133,6 +134,7 @@ def __init__(self):

class DPLogRegAlgo(TorchDPFedAvgAlgo):
"""Make linting pass."""

def __init__(self):
super().__init__(
model=logreg_model,
Expand Down Expand Up @@ -199,6 +201,7 @@ def __init__(self):

class WDAlgo(TorchWebDiscoAlgo):
"""Make linting pass."""

def __init__(self, propensity_model, robust):
super().__init__(
model=cox_model,
Expand Down Expand Up @@ -346,6 +349,7 @@ def __init__(self, propensity_model, robust):

class MyRobustCoxVarianceAlgo(RobustCoxVarianceAlgo):
"""Make linting pass."""

def __init__(self, **kwargs):
super().__init__(
beta=beta,
Expand Down

0 comments on commit fdb5b43

Please sign in to comment.