Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocuturi committed Jul 13, 2023
1 parent 50c08dd commit 1745e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ott/tools/soft_sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def ranks(
returned in the output will be a convex combination of
``{1, .., num_targets}/num_targets``. The weight of each of these points
is assumed to be uniform. If neither ``num_targets`` nor
``target_weights`` are specified, ``num_targets`` defaults to the size
of the slices of the input that are sorted, i.e. ``inputs.shape[axis]``.
``target_weights`` are specified, ``num_targets`` defaults to the size
of the slices of the input that are sorted, i.e. ``inputs.shape[axis]``.
kwargs: keyword arguments passed on to lower level functions. Of interest
to the user are ``squashing_fun``, which will redistribute the values in
``inputs`` to lie in :math:`[0,1]` (sigmoid of whitened values by default)
Expand Down

0 comments on commit 1745e0f

Please sign in to comment.