summaryrefslogtreecommitdiff
path: root/src/python/test
AgeCommit message (Expand)Author
2020-05-12reference and comments addedyuichi-ike
2020-05-11document and comments added, weights modifiedyuichi-ike
2020-04-28filtration value doubled, comments modifiedyuichi-ike
2020-04-22Reduce the probability of failure of test_dtmMarc Glisse
2020-04-20Merge pull request #265 from mglisse/dtmMarc Glisse
2020-04-20Explicitly pass sort_results=True on some testsMarc Glisse
2020-04-20Reintroduce _proj_on_diag, with a unit testMarc Glisse
2020-04-19Drop redundant testMarc Glisse
2020-04-17Merge remote-tracking branch 'origin/master' into filtrationMarc Glisse
2020-04-14Check that the gradient is not NaNMarc Glisse
2020-04-14Merge remote-tracking branch 'origin/master' into dtmMarc Glisse
2020-04-14More testingMarc Glisse
2020-04-13enable_autodiff with keopsMarc Glisse
2020-04-12Parallelize the "precomputed" case of knnMarc Glisse
2020-04-11Use longer namesMarc Glisse
2020-04-07filtration value fixedyuichi-ike
2020-04-06Remove trailing whitespaceMarc Glisse
2020-04-06bug fixed, parameter name changedyuichi-ike
2020-04-06test_weighted_rips addedyuichi-ike
2020-03-31merged mastertlacombe
2020-03-31modified import in test to get consistent with gudhi.wasserstein.barycentertlacombe
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-30Merge pull request #215 from MathieuCarriere/extended_persistenceMarc Glisse
2020-03-28Default param of 2 for DTMMarc Glisse
2020-03-28Fix testMarc Glisse
2020-03-28Fix testMarc Glisse
2020-03-28Missing testMarc Glisse
2020-03-27docMarc Glisse
2020-03-27Improve coverageMarc Glisse
2020-03-26cmakeMarc Glisse
2020-03-23new fixesMathieuCarriere
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-19new fixesMathieuCarriere
2020-03-17fix conflictMathieuCarriere
2020-03-17removed _optimal_matching from barycenter as it is now handled by wasserstein...tlacombe
2020-03-17merging master (including wasserstein distance) into wbary ; modified CMakeLi...tlacombe
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
2020-03-17fix testMathieuCarriere
2020-03-17fixesMathieuCarriere
2020-03-16fix conflictMathieuCarriere
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into extended_p...MathieuCarriere
2020-03-16Merge pull request #214 from takeshimeonerespect/masterMarc Glisse
2020-03-16Add get_simplices method - contrary to get_filtration method, sort is not per...ROUVREAU Vincent
2020-03-16update doc (indentation, mention of -1 for the diag) and added a few more teststlacombe
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