summaryrefslogtreecommitdiff
path: root/src/python/test
AgeCommit message (Collapse)Author
2020-04-30Merge pull request #285 from mglisse/wass-autodiffMarc Glisse
Automatic differentiation for Wasserstein distance
2020-04-29Merge remote-tracking branch 'origin/master' into gen2Marc Glisse
2020-04-22Reduce the probability of failure of test_dtmMarc Glisse
It is expected that hnsw sometimes misses one neighbor, which has an impact on the DTM, especially if the number of neighbors considered is low.
2020-04-22Test value of computed gradientMarc Glisse
2020-04-20Merge remote-tracking branch 'origin/master' into wass-autodiffMarc Glisse
2020-04-20Merge pull request #265 from mglisse/dtmMarc Glisse
DTM
2020-04-20Explicitly pass sort_results=True on some testsMarc Glisse
2020-04-20Reintroduce _proj_on_diag, with a unit testMarc Glisse
2020-04-19Test comparison with persistence_pairs()Marc Glisse
2020-04-19Drop redundant testMarc Glisse
torch.isnan(None) raises an exception anyway
2020-04-19Test gradientMarc Glisse
2020-04-18enable_autodiff for POT wasserstein_distanceMarc Glisse
2020-04-17Merge remote-tracking branch 'origin/master' into filtrationMarc Glisse
2020-04-14Check that the gradient is not NaNMarc Glisse
This can easily happen with pytorch, and there is special code to avoid it.
2020-04-14Merge remote-tracking branch 'origin/master' into dtmMarc Glisse
2020-04-14More testingMarc Glisse
2020-04-13enable_autodiff with keopsMarc Glisse
This doesn't seem like the best way to handle it, we may want to handle it like a wrapper that gets the indices from knn (whatever backend) and then computes the distances.
2020-04-12Parallelize the "precomputed" case of knnMarc Glisse
It is supposed to be possible to compile numpy with openmp, but it looks like it isn't done in any of the usual packages. It may be possible to refactor that code so there is less redundancy.
2020-04-11Use longer namesMarc Glisse
2020-04-06Remove trailing whitespaceMarc Glisse
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
Extended persistence
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-24Remove min_persistence from generatorsMarc Glisse
It is supposed to be handled in persistence() already.
2020-03-23new fixesMathieuCarriere
2020-03-23Add testMarc Glisse
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 ↵tlacombe
wasserstein_distance.
2020-03-17merging master (including wasserstein distance) into wbary ; modified ↵tlacombe
CMakeList to solve conflicts
2020-03-17Merge pull request #236 from tlacombe/optimal_matching_wassersteinMarc Glisse
optimal matching in Wasserstein distance (pot) (Fix #203)
2020-03-17fix testMathieuCarriere
2020-03-17fixesMathieuCarriere
2020-03-16fix conflictMathieuCarriere
2020-03-16Merge pull request #211 from VincentRouvreau/iterator_over_simplex_treeVincent Rouvreau
Iterator over simplex tree
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
extended_persistence
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-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