summaryrefslogtreecommitdiff
path: root/test/test_partial.py
diff options
context:
space:
mode:
authoreloitanguy <69361683+eloitanguy@users.noreply.github.com>2022-05-06 08:43:21 +0200
committerGitHub <noreply@github.com>2022-05-06 08:43:21 +0200
commitccc076e0fc535b2c734214c0ac1936e9e2cbeb62 (patch)
treeb5a20af6fabcaefa0de4bc27afd9049bd15612f6 /test/test_partial.py
parenteccb1386eea52b94b82456d126bd20cbe3198e05 (diff)
[WIP] Generalized Wasserstein Barycenters (#372)
* GWB first solver version * tests + example for gwb (untested) + free_bar doc fix * improved doc, fixed minor bugs, better example visu * minor doc + visu fixes * plot GWB pep8 fix * fixed partial gromov test reproductibility * added an animation for the GWB visu * added PR num * minor doc fixes + better gwb logo
Diffstat (limited to 'test/test_partial.py')
-rwxr-xr-xtest/test_partial.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_partial.py b/test/test_partial.py
index 97c611b..e07377b 100755
--- a/test/test_partial.py
+++ b/test/test_partial.py
@@ -137,6 +137,7 @@ def test_partial_wasserstein():
def test_partial_gromov_wasserstein():
+ np.random.seed(42)
n_samples = 20 # nb samples
n_noise = 10 # nb of samples (noise)