Skip to content

Commit

Permalink
>Measurement.< nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalke committed Nov 10, 2021
1 parent 1b12a7c commit 7db54df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scico/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
r"""Initialize a :class:`Loss` object.
Args:
y : Measurements
y : Measurement.
A : Forward operator. Defaults to None. If None, ``self.A`` is a :class:`.Identity`.
scale : Scaling parameter. Default: 0.5.
Expand Down Expand Up @@ -122,7 +122,7 @@ def __init__(
r"""Initialize a :class:`SquaredL2Loss` object.
Args:
y : Measurements.
y : Measurement.
A : Forward operator. If None, defaults to :class:`.Identity`.
scale : Scaling parameter.
"""
Expand Down Expand Up @@ -197,7 +197,7 @@ def __init__(
r"""Initialize a :class:`WeightedSquaredL2Loss` object.
Args:
y : Measurements.
y : Measurement.
A : Forward operator. If None, defaults to :class:`.Identity`.
scale : Scaling parameter.
W: Weighting diagonal operator. Must be non-negative.
Expand Down Expand Up @@ -286,7 +286,7 @@ def __init__(
r"""Initialize a :class:`Loss` object.
Args:
y : Measurements
y : Measurement.
A : Forward operator. Defaults to None. If None, ``self.A`` is a :class:`.Identity`.
scale : Scaling parameter. Default: 0.5.
Expand Down

0 comments on commit 7db54df

Please sign in to comment.