Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python - SimplexTree] boundary of a simplex #29

Closed
VincentRouvreau opened this issue Mar 7, 2019 · 3 comments · Fixed by #417
Closed

[python - SimplexTree] boundary of a simplex #29

VincentRouvreau opened this issue Mar 7, 2019 · 3 comments · Fixed by #417
Labels
3.4.0 GUDHI version 3.4.0 enhancement New feature or request

Comments

@VincentRouvreau
Copy link
Contributor

We have python interfaces for the inefficient access to coboundaries (get_cofaces), but we seem to be missing access to the more natural boundaries...

@mglisse mglisse added the enhancement New feature or request label Nov 15, 2019
@mglisse
Copy link
Member

mglisse commented Jan 3, 2020

itertools.combinations(s,len(s)-1)

@VincentRouvreau
Copy link
Contributor Author

@mglisse now that #362 is merged, do we keep this issue to show how to get boundaries in pure python ?

@mglisse
Copy link
Member

mglisse commented Nov 2, 2020

If you want we can add to the documentation of the new function a sentence like

If you do not need the filtration values, the boundary can also be obtained as itertools.combinations(s,len(s)-1)

but I don't think we need to keep this issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.4.0 GUDHI version 3.4.0 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants