Skip to content

Commit

Permalink
Merge branch 'main' into brendt/docs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg authored May 5, 2022
2 parents 1c26651 + 85b9942 commit eef8cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/video_rpca_admm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"""
Define functional for Robust PCA problem.
"""
A = linop.Sum(sum_axis=0, input_shape=(2,) + y.shape)
A = linop.Sum(axis=0, input_shape=(2,) + y.shape)
f = loss.SquaredL2Loss(y=y, A=A)
C0 = linop.Slice(idx=0, input_shape=(2,) + y.shape)
g0 = functional.NuclearNorm()
Expand Down

0 comments on commit eef8cea

Please sign in to comment.