Skip to content

Commit

Permalink
Fix over-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Oct 30, 2019
1 parent b0889d1 commit 4281386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigpy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ def _get_PrimalDualHybridGradient(self):

with self.y_device:
if self.G is None:
proxfc = prox.L2Reg(self.y.shape, 1, y=-self.y)
gamma_dual = 1
proxfc = prox.L2Reg(self.y.shape, 1, y=-self.y)
gamma_dual = 1
else:
A = linop.Vstack([A, self.G])
proxf1c = prox.L2Reg(self.y.shape, 1, y=-self.y)
Expand Down

0 comments on commit 4281386

Please sign in to comment.