https://github.com/pseudomanifold/pyper
Python-based persistent homology algorithms
https://github.com/pseudomanifold/pyper
persistent-homology topological-data-analysis
Last synced: 6 months ago
JSON representation
Python-based persistent homology algorithms
- Host: GitHub
- URL: https://github.com/pseudomanifold/pyper
- Owner: Pseudomanifold
- License: bsd-3-clause
- Created: 2020-03-03T15:20:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T15:08:47.000Z (about 2 years ago)
- Last Synced: 2025-03-24T15:47:22.468Z (7 months ago)
- Topics: persistent-homology, topological-data-analysis
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 19
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# `pyper`: Python-based persistent homology algorithms
This is a work-in-progress repository for experimenting with persistent
homology algorithms. `pyper` is best used as an additional dependency in
a project; there are no user-callable scripts in here.## Running the test suite
To run all tests, use this command:
python -m pytest tests
To run a specific set of tests *and* include output from `stdout` (great
for debugging), use the following command:python -m pytest -s tests/persistent_homology/test_functions.py
# Acknowledgements
The icon of `pyper` was originally based on the
pied
piper icon by Icons8.