summaryrefslogtreecommitdiff
path: root/src/python/test
AgeCommit message (Collapse)Author
2022-06-24changed dimensions into homology_dimensionsMathieuCarriere
2022-06-17Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
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-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-18Remove the old forward version of edge collapseMarc Glisse
2022-02-14code review: ctor shall raise a TypeError when constructed from something ↵Vincent Rouvreau
else than a SimplexTree
2022-02-14Rewrite test as #463 is merged. Rephrase constructor documentationVincent Rouvreau
2022-02-14Merge masterVincent Rouvreau
2022-02-14Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into diffMathieuCarriere
2022-02-14Remove shallow copyVincent Rouvreau
2022-02-14Merge pull request #463 from VincentRouvreau/python_stree_equality_operatorVincent Rouvreau
Add equality operator for python Simplex tree
2022-02-11__copy__, __deepcopy__, copy, and copy ctors. Still pb with the docVincent Rouvreau
2022-02-10Add SimplexTree copy method and its testVincent Rouvreau
2022-02-07Del used variables before removing foldersHind-M
2022-02-07Separate tests into different functions and remove all test folders at the endHind-M
2022-02-07Test get_data_home and clear_data_home on a separate folderHind-M
2022-02-04Add forgotten module name before func callHind-M
2022-02-04Store fetched datasets in user directory by defaultHind-M