Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Aug 12, 2024
1 parent 5c654cc commit 544fcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fedeca/strategies/fed_kaplan.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class FedKaplan(ComputePlanBuilder):
"""_summary_
"""Instantiate a federated version of Kaplan Meier estimates.
Parameters
----------
Expand Down Expand Up @@ -202,7 +202,7 @@ def aggregate_events_statistics(

@remote
def compute_agg_km_curve(self, shared_states):
"""_summary_
"""Compute the aggregated Kaplan-Meier curve.
Parameters
----------
Expand Down

0 comments on commit 544fcf8

Please sign in to comment.