summaryrefslogtreecommitdiff
path: root/src/python/test
AgeCommit message (Collapse)Author
2020-03-28Missing testMarc Glisse
2020-03-27docMarc Glisse
2020-03-27Improve coverageMarc Glisse
2020-03-26cmakeMarc Glisse
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
optimal matching in Wasserstein distance (pot) (Fix #203)
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
Iterator over simplex tree
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
About adding timedelay for feature engineering
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not ↵ROUVREAU Vincent
performed
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-05Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
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-26Merge branch 'master' into iterator_over_simplex_treeROUVREAU Vincent
2020-02-26Code review: remove import pytest leftoversROUVREAU Vincent
2020-02-25Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-14Update test_time_delay.pymtakenouchi
2020-02-13simplex tree skeleton iteratorROUVREAU Vincent
2020-02-12Merge pull request #182 from mglisse/extMarc Glisse
Interface to hera's Wasserstein distance
2020-02-12Fix tests according to exception managementROUVREAU Vincent
2020-02-11Code review: non-optimal way to test filtration generatorROUVREAU Vincent
2020-02-11License and authorMarc Glisse
2020-02-07Name argumentMarc Glisse
Co-Authored-By: Théo Lacombe <lacombe1993@gmail.com>
2020-02-06pytest.approxMarc Glisse
2020-02-04Delete test_point_cloud.pytakeshimeonerespect
2020-02-04change a file nametakenouchi
2020-01-31timedelay added on forktakeshimeonerespect
2020-01-28Code review: rename get_simplex_filtration with get_simplex_and_filtration. ↵ROUVREAU Vincent
Remove exception raise. Fix failed tests. Reword documentation
2020-01-27Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-01-20Share tests for wasserstein_distanceMarc Glisse
2020-01-20Adapt testsMarc Glisse
It is still failing by default, until I touch alpha_complex.pyx and rebuild it, after which it works ?!
2020-01-15In python2 itertools zip_longest is named izip_longestROUVREAU Vincent
2020-01-14print errors to stderrROUVREAU Vincent
2020-01-14Merge pull request #192 from tlacombe/wdistVincent Rouvreau
Wdist
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
2020-01-07Merge pull request #178 from VincentRouvreau/numpy_array_input_for_cubicalVincent Rouvreau
Fix #158 - Add numpy ndarray to init a cubical and a periodic one
2019-12-20Fix dimension cell linearization and test connected sublevel setsROUVREAU Vincent
2019-12-18Reuse top_dimensional_cells instead of numpy_array argument to create a cubicalROUVREAU Vincent
2019-12-16Add numpy ndarray to init a cubical and a periodic oneROUVREAU Vincent
2019-12-16Rollback exact version mechanismROUVREAU Vincent
2019-12-05Add a test that fixes #107ROUVREAU Vincent