Skip to content

Commit

Permalink
style(comment): Fix typo (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarhouTam committed Sep 22, 2024
1 parent cb069fb commit 97c5a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pfedhn.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
return_diff=True,
):
if args.mode == "parallel":
raise NotImplementedError("pFedHN does not support paralell mode.")
raise NotImplementedError("pFedHN does not support parallel mode.")
if args.common.buffers == "global":
raise NotImplementedError("pFedHN does not support global buffers.")
algo = "pFedHN" if args.pfedhn.version == "pfedhn" else "pFedHN-PC"
Expand Down

0 comments on commit 97c5a9b

Please sign in to comment.