summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-04-03autopep+remove sinkhorn+add simtypeievred
2020-04-03laplace emd+sinkhornievred
2020-04-02Fix testAdrienCorenflos
2020-04-01Fix orderingAdrienCorenflos
2020-04-01pep8ievred
2020-04-01fix test example add M to logievred
2020-04-01fix imports remove checksievred
2020-03-31readme move to bregmanievred
2020-03-31v1 jcpot example testievred
2020-03-06Fix convolutional_barycenter kernel for non-symmetric imagesAlex Tong
Add authorship
2020-01-30comlete documentationRémi Flamary
2020-01-27correct pep8Rémi Flamary
2020-01-27add test for constraint viuolation of dualsRémi Flamary
2020-01-22Merge branch 'master' into masterRémi Flamary
2020-01-18make autopepMokhtar Z. Alaya
2020-01-18make autopepMokhtar Z. Alaya
2020-01-18cleanMokhtar Z. Alaya
2020-01-18cleanMokhtar Z. Alaya
2020-01-16updateMokhtar Z. Alaya
2020-01-16update readmeMokhtar Z. Alaya
2020-01-13fix simple test of screenkhorn in test/Mokhtar Z. Alaya
2020-01-10add simple test for screenkhornMokhtar Z. Alaya
2020-01-07Merge branch 'master' into emd_dimensionKilian
2019-12-18update testRémi Flamary
2019-12-09pep8Kilian
2019-12-09calling ot.emd testKilian
2019-12-09add assert for emd dimension mismatchKilian
2019-12-02pep8Rémi Flamary
2019-12-02add test emd2 multiRémi Flamary
2019-12-02add test emd2Rémi Flamary
2019-12-02add test emd2Rémi Flamary
2019-12-02remove useless variableRémi Flamary
2019-12-02proper documentation and parameterRémi Flamary
2019-12-02add awesome sparse solverRémi Flamary
2019-11-15fix bug numItermax emd in cgKilian
2019-11-13fix log bug in gromov_wasserstein2Kilian
2019-08-28remove square in convergence checkHicham Janati
add unbalanced with stabilization add unbalanced tests with stabilization fix doctest examples add xvfb in travis remove explicit call xvfb in travis change alpha to reg_m minor flake8 remove redundant sink definitions + better doc and naming add stabilized unbalanced barycenter + add not converged warnings add test for stable barycenter add generic barycenter func + make method funcs private fix typo + add method test for barycenters fix doc examples + add xml to gitignore fix whitespace in example change logsumexp import - scipy deprecation warning fix doctest improve naming + add stable barycenter in bregman add test for stable bar + test the method arg in bregman
2019-08-12Fix in test: no margin constraints herengayraud
2019-08-12fixes for travis, added test, minor nitsngayraud
2019-07-23rebase unbalancedHicham Janati
2019-07-23fix issue 94 + add testHicham Janati
2019-07-22add unbalanced tests with stabilizationHicham Janati
2019-07-03test raise with pytets in test_emd_1d_emd2_1dRémi Flamary
2019-07-01FormattingRomain Tavenard
2019-07-01Moved GPU doctests to test_gpu for tests not to fail if no GPU availableRomain Tavenard
2019-07-01Explicit doctest call in travis + removed uneffective doctest in test_otRomain Tavenard
2019-06-27Wasserstein defined as the cost itself (do not return transportation matrix)Romain Tavenard
2019-06-27Merge branch 'master' into masterRomain Tavenard
2019-06-27Improved tests and docs for wasserstein_1dRomain Tavenard
2019-06-21Started documentingRomain Tavenard