summaryrefslogtreecommitdiff
path: root/src/python/test
AgeCommit message (Collapse)Author
2022-08-10Merge branch 'master' into sklearn_cubicalVincent Rouvreau
2022-08-09Merge pull request #584 from Soriano-Trigueros/masterVincent Rouvreau
A bug in the Entropy function has been solved
2022-08-05Merge master and fix conflictsVincent Rouvreau
2022-08-02Pull out the for loop in testHind-M
2022-07-27Enable keops dtm warningsHind-M
2022-06-24changed dimensions into homology_dimensionsMathieuCarriere
2022-06-20code review: rename homology_dimensions argument. Use and document numpy ↵Vincent Rouvreau
reshape instead of cubical dimension argument
2022-06-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-17Merge masterVincent Rouvreau
2022-06-07Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-06-07Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-06-07Merge pull request #590 from ↵Vincent Rouvreau
VincentRouvreau/simplex_tree_extended_persistence_enhancement extended_persistence uses directly get_persistent_pairs
2022-06-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-24Make get_data_home function privateHind-M
2022-05-23Merge masterVincent Rouvreau
2022-05-23updated output for cubical complexesMathieuCarriere
2022-05-22Update src/python/test/test_simplex_tree.pyalbert-github
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2022-05-18Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-17Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-05-17Merge remote-tracking branch 'origin/master' into collapse-pr2Marc Glisse
2022-05-16code review: use isinstance(x, T) instead of issubclass(type(x),T)Vincent Rouvreau
2022-05-16code review: limit test was not respecting the one described in the ↵Vincent Rouvreau
documentation
2022-05-12Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-05-10Fix limit tests for plot (and warning in test)Vincent Rouvreau
2022-05-09Merge pull request #504 from ↵Vincent Rouvreau
VincentRouvreau/persistence_graphical_tools_improvements Persistence graphical tools improvements
2022-05-06Delete bunny array before removing the fileHind-M
2022-05-05Remove default data home test (because of 'GUDHI_DATA' environment variable ↵Hind-M
option)
2022-05-05Add GUDHI_DATA environment variable optionHind-M
2022-05-04Ask for file_path as parameter of remote fetching functions instead of both ↵Hind-M
dirname and filename Modify remote fetching test
2022-05-02Merge remote-tracking branch 'upstream/master' into fetch_datasetsHind-M
2022-04-27update doc + remove numpy/tensorflow mixupMathieuCarriere
2022-04-22Merge branch 'master' into simplex_tree_extended_persistence_enhancementVincent Rouvreau
2022-04-16fix testMathieuCarriere
2022-04-12Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-04-11Merge pull request #596 from ↵Vincent Rouvreau
VincentRouvreau/float_relative_precision_alpha_python Float relative precision alpha python
2022-04-06Merge remote-tracking branch 'upstream/master' into ↵Vincent Rouvreau
persistence_graphical_tools_improvements
2022-04-03Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-03-31Test the featureVincent Rouvreau
2022-03-21extended_persistence uses directly get_persistent_pairsVincent Rouvreau
2022-03-21Add some c++ tests and use unitary_tests_utils. Fix python testVincent Rouvreau
2022-03-08Merge master and resolve commitsVincent Rouvreau
2022-03-02Modifications following PR reviewHind-M
2022-03-01Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-23A test of gudhi.representations.Entropy has been addedManu
2022-02-23Revert "a test for gudhi.representations.Entropy has been added"Manu
This reverts commit 758111506dfb99cdc59981395386926e178d447c.
2022-02-23a test for gudhi.representations.Entropy has been addedManu
2022-02-18Remove the old forward version of edge collapseMarc Glisse
2022-02-14A bug in the Entropy function has been solvedManu
2022-02-14code review: ctor shall raise a TypeError when constructed from something ↵Vincent Rouvreau
else than a SimplexTree