summaryrefslogtreecommitdiff
path: root/src/python/test/test_subsampling.py
AgeCommit message (Collapse)Author
2022-11-09New write_points_to_off_fileMarc Glisse
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).
2020-11-09Don't test the equality case in sparsify_point_set. sqrt.Marc Glisse
2020-01-14print errors to stderrROUVREAU Vincent
2020-01-10Reorder import and docstrings. Modify test_representationsROUVREAU Vincent
2019-09-09Code review: rename cython as python (make target and directoryROUVREAU Vincent