Skip to content

Commit 0107452

Browse files
committed
realized :code: looks like a little red x, which looks like an error on the rendered docs webpage
1 parent 1d5972b commit 0107452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynumdiff/total_variation_regularization/_total_variation_regularization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def tvrdiff(x, dt, order, gamma, huberM=float('inf'), solver=None):
6262
:param float dt: step size
6363
:param int order: 1, 2, or 3, the derivative to regularize
6464
:param float gamma: regularization parameter
65-
:param float huberM: Huber loss parameter, in units of scaled median absolute deviation of input data, :code:`x`.
65+
:param float huberM: Huber loss parameter, in units of scaled median absolute deviation of input data.
6666
:math:`M = \\infty` reduces to :math:`\\ell_2` loss squared on first, fidelity cost term, and
6767
:math:`M = 0` reduces to :math:`\\ell_1` loss, which seeks sparse residuals.
6868
:param str solver: Solver to use. Solver options include: 'MOSEK', 'CVXOPT', 'CLARABEL', 'ECOS'.

0 commit comments

Comments
 (0)