Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Apr 12, 2024
1 parent be8390e commit 2bbf904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ott/neural/methods/flows/genot.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GENOT:
- ``(src_lin, tgt_lin) -> matching`` - linear matching.
- ``(src_quad, tgt_quad, src_lin, tgt_lin) -> matching`` -
quadratic (fused) GW matching. In the pure GW setting, btoh ``src_lin``
quadratic (fused) GW matching. In the pure GW setting, both ``src_lin``
and ``tgt_lin`` will be set to :obj:`None`.
source_dim: Dimensionality of the source distribution.
Expand Down

0 comments on commit 2bbf904

Please sign in to comment.