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

FatGraph rotate #94

Open
Oscfon opened this issue Sep 19, 2024 · 0 comments
Open

FatGraph rotate #94

Oscfon opened this issue Sep 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Oscfon
Copy link
Contributor

Oscfon commented Sep 19, 2024

The function rotate in FatGraph has a weird comportment if the edge e in argument is a loop on a vertex.
For example with vp = (0, 1, 2, 3) and rotate(0) it will raise an error RuntimeError: wrong number of vertices: nv=1 vp=(0,2,3)(1).

We should either raise an exception or determine the expected comportment in this case.

@saraedum saraedum added the enhancement New feature or request label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants