summaryrefslogtreecommitdiff
path: root/src/python/test/test_wasserstein_distance.py
AgeCommit message (Expand)Author
2022-11-18Catch warnings in wasserstein testMarc Glisse
2021-04-27now consider (inf,inf) as belonging to the diagonal ; more teststlacombe
2021-04-20update doc and teststlacombe
2021-04-12handle essential parts testtlacombe
2021-04-12removed test_wasserstein_distance_grad to be consistent with mastertlacombe
2021-04-12change name _offdiag to _finite_part in test filetlacombe
2020-07-20update test enable_autodiff and _offdiagtlacombe
2020-07-07correction mistake in teststlacombe
2020-07-07correction typo in test wdisttlacombe
2020-07-06update test including essential partstlacombe
2020-04-22Test value of computed gradientMarc Glisse
2020-04-20Merge remote-tracking branch 'origin/master' into wass-autodiffMarc Glisse
2020-04-20Reintroduce _proj_on_diag, with a unit testMarc Glisse
2020-04-19Test gradientMarc Glisse
2020-04-18enable_autodiff for POT wasserstein_distanceMarc Glisse
2020-04-06Remove trailing whitespaceMarc Glisse
2020-03-11clean test_wasserstein from useless np.arraytlacombe
2020-03-10fix typo in test_wasserstein_distancetlacombe
2020-03-10changed output of matching as a (n x 2) array, adapted tests and doctlacombe
2020-03-03correction missing arg in test_wasserstein_distancetlacombe
2020-03-03update wasserstein distance with pot so that it can return optimal matching now!tlacombe
2020-02-11License and authorMarc Glisse
2020-02-07Name argumentMarc Glisse
2020-02-06pytest.approxMarc Glisse
2020-01-20Share tests for wasserstein_distanceMarc Glisse
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
2020-01-13update variable names, going for order and internal_ptlacombe
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2020-01-08changing variable name in test filestlacombe
2019-11-05Create GUDHI_PYTHON_MODULES_EXTRA without auto-importMarc Glisse
2019-09-23update test wasserstein.tlacombe
2019-09-23wasserstein distance added on forktlacombe