Skip to content

Commit f93dcba

Browse files
updates
1 parent 332c6d9 commit f93dcba

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Fix issue with empty weights for `ot.emd2` (PR #606, Issue #534)
1313
- Fix a sign error regarding the gradient of `ot.gromov._gw.fused_gromov_wasserstein2` and `ot.gromov._gw.gromov_wasserstein2` for the kl loss (PR #610)
1414
- Fix same sign error for sr(F)GW conditional gradient solvers (PR #611)
15-
15+
- Split `test/test_gromov.py` into `test/gromov/` (PR #619)
1616

1717
## 0.9.2
1818
*December 2023*

test/gromov/test_bregman.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
""" Tests for gromov._bregman.py """
22

3-
# Author: Erwan Vautier <erwan.vautier@gmail.com>
4-
# Nicolas Courty <ncourty@irisa.fr>
3+
# Author: Rémi Flamary <remi.flamary@unice.fr>
54
# Titouan Vayer <titouan.vayer@irisa.fr>
65
# Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>
76
#

test/gromov/test_estimators.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
""" Tests for gromov._estimators.py """
22

3-
# Author: Erwan Vautier <erwan.vautier@gmail.com>
4-
# Nicolas Courty <ncourty@irisa.fr>
5-
# Titouan Vayer <titouan.vayer@irisa.fr>
3+
# Author: Rémi Flamary <remi.flamary@unice.fr>
4+
# Tanguy Kerdoncuff <tanguy.kerdoncuff@laposte.net>
65
# Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>
76
#
87
# License: MIT License

test/gromov/test_semirelaxed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import pytest
99

1010
import ot
11+
from ot.backend import torch
1112

1213

1314
def test_semirelaxed_gromov(nx):

0 commit comments

Comments
 (0)