Skip to content

Commit

Permalink
Fix docstring latex
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Aug 6, 2019
1 parent f4bd59c commit ea1eaaa
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 @@ -381,7 +381,7 @@ def gradh(x):
max_iter=self.max_iter)

def _get_ADMM(self):
"""Considers the formulation:
r"""Considers the formulation:
.. math::
\min_{x, z: x = z} \frac{1}{2} \|A x - y\|_2^2 +
Expand Down Expand Up @@ -419,7 +419,7 @@ def minL_z():
I, -I, 0, max_iter=self.max_iter)

def _get_ADMM_G(self):
"""Considers the formulation:
r"""Considers the formulation:
.. math::
\min_{x, z: x = z_1, G x = z_2}
Expand Down

0 comments on commit ea1eaaa

Please sign in to comment.