From 2bbf90444f630829a420d8ffdf66d3e16bb9d5b1 Mon Sep 17 00:00:00 2001 From: Michal Klein <46717574+michalk8@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:27:56 +0200 Subject: [PATCH] Fix typo --- src/ott/neural/methods/flows/genot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ott/neural/methods/flows/genot.py b/src/ott/neural/methods/flows/genot.py index d0d88fd04..e7ca5c1bc 100644 --- a/src/ott/neural/methods/flows/genot.py +++ b/src/ott/neural/methods/flows/genot.py @@ -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.