Skip to content

Commit

Permalink
Fix docs phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Nov 25, 2024
1 parent 93e8ad0 commit e3260cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ott/initializers/linear/initializers_lr.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def init_r(
"""Initialize the low-rank factor :math:`R`.
Args:
ot_prob: Linear OT problem.
ot_prob: OT problem.
rng: Random key for seeding.
init_g: Initial value for :math:`g` factor.
kwargs: Additional keyword arguments.
Expand Down Expand Up @@ -131,7 +131,7 @@ def __call__(
"""Initialize the factors :math:`Q`, :math:`R` and :math:`g`.
Args:
ot_prob: Linear OT problem.
ot_prob: OT problem.
rng: Random key for seeding.
kwargs: Additional keyword arguments for :meth:`init_q`, :meth:`init_r`
and :meth:`init_g`.
Expand Down

0 comments on commit e3260cc

Please sign in to comment.