We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BoxOSQP
Kind of a minor issue, but the lines
jaxopt/jaxopt/_src/osqp.py
Lines 333 to 336 in 501cc20
in the BoxOSQP docstring cause a DeprecationWarning: invalid escape sequence '\m'. Would changing them to
DeprecationWarning: invalid escape sequence '\m'
Dual Ineq variables: :math:`\\mu, \\phi` ADMM computes :math:`y` at each iteration. :math:`\\mu` and :math:`\\phi` can be deduced from :math:`y`.
fix that while leaving the proper docstring in tact?
There is also another mistake in the same docstring:
Line 318 in 501cc20
Here ``jnp.inf does not have a closing ``.
``jnp.inf
``
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kind of a minor issue, but the lines
jaxopt/jaxopt/_src/osqp.py
Lines 333 to 336 in 501cc20
in the
BoxOSQP
docstring cause aDeprecationWarning: invalid escape sequence '\m'
. Would changing them tofix that while leaving the proper docstring in tact?
There is also another mistake in the same docstring:
jaxopt/jaxopt/_src/osqp.py
Line 318 in 501cc20
Here
``jnp.inf
does not have a closing``
.The text was updated successfully, but these errors were encountered: