File tree Expand file tree Collapse file tree 6 files changed +7
-24
lines changed Expand file tree Collapse file tree 6 files changed +7
-24
lines changed Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
2
-
Original file line number Diff line number Diff line change 1
- """Tests for module gromov """
1
+ """ Tests for gromov._bregman.py """
2
2
3
3
# Author: Erwan Vautier <erwan.vautier@gmail.com>
4
4
# Nicolas Courty <ncourty@irisa.fr>
Original file line number Diff line number Diff line change 1
- """Tests for module gromov """
1
+ """ Tests for gromov._dictionary.py """
2
2
3
- # Author: Erwan Vautier <erwan.vautier@gmail.com>
4
- # Nicolas Courty <ncourty@irisa.fr>
5
- # Titouan Vayer <titouan.vayer@irisa.fr>
6
- # Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>
3
+ # Author: Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>
7
4
#
8
5
# License: MIT License
9
6
10
7
import numpy as np
11
- import pytest
12
- import warnings
13
8
14
9
import ot
15
- from ot .backend import NumpyBackend
16
- from ot .backend import torch , tf
17
10
18
11
19
12
def test_gromov_wasserstein_linear_unmixing (nx ):
Original file line number Diff line number Diff line change 1
- """Tests for module gromov """
1
+ """ Tests for gromov._estimators.py """
2
2
3
3
# Author: Erwan Vautier <erwan.vautier@gmail.com>
4
4
# Nicolas Courty <ncourty@irisa.fr>
9
9
10
10
import numpy as np
11
11
import pytest
12
- import warnings
13
12
14
13
import ot
15
14
from ot .backend import NumpyBackend
16
- from ot .backend import torch , tf
17
15
18
16
19
17
def test_pointwise_gromov (nx ):
Original file line number Diff line number Diff line change 1
- """Tests for module gromov """
1
+ """ Tests for gromov._gw.py """
2
2
3
3
# Author: Erwan Vautier <erwan.vautier@gmail.com>
4
4
# Nicolas Courty <ncourty@irisa.fr>
Original file line number Diff line number Diff line change 1
- """Tests for module gromov """
1
+ """ Tests for gromov._semirelaxed.py """
2
2
3
- # Author: Erwan Vautier <erwan.vautier@gmail.com>
4
- # Nicolas Courty <ncourty@irisa.fr>
5
- # Titouan Vayer <titouan.vayer@irisa.fr>
6
- # Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>
3
+ # Author: Cédric Vincent-Cuaz <cedvincentcuaz@gmail.com>
7
4
#
8
5
# License: MIT License
9
6
10
7
import numpy as np
11
8
import pytest
12
- import warnings
13
9
14
10
import ot
15
- from ot .backend import NumpyBackend
16
- from ot .backend import torch , tf
17
11
18
12
19
13
def test_semirelaxed_gromov (nx ):
You can’t perform that action at this time.
0 commit comments