Skip to content

Commit

Permalink
typo: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Jan 19, 2024
1 parent 329c831 commit 9aafcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrafl/algorithms/pytorch/torch_scaffold_algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def _update_from_checkpoint(self, checkpoint: dict) -> None:
Returns:
dict: checkpoint
"""
checkpoint = super()._update_from_checkpoint(checkpoint=checkpoint)
super()._update_from_checkpoint(checkpoint=checkpoint)
self._client_control_variate = checkpoint.pop("client_control_variate")
return

Expand Down

0 comments on commit 9aafcd8

Please sign in to comment.