Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Jun 26, 2023
2 parents 248f927 + 95e3389 commit ba5c859
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cca_zoo/classical/_iterative/_altmaxvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,12 @@ def __init__(
convergence_checking=None,
track=None,
):
super().__init__(weights=weights, k=k,convergence_checking=convergence_checking, tracking=track)
super().__init__(
weights=weights,
k=k,
convergence_checking=convergence_checking,
tracking=track,
)
self.gamma = gamma
self.proximal_operators = proximal_operators
self.T = T
Expand Down

0 comments on commit ba5c859

Please sign in to comment.