pyt-team / TopoNetX

Computing on Topological Domains
https://pyt-team.github.io/toponetx/
MIT License
175 stars 32 forks source link

simplicial complex modes #98

Closed mhajij closed 1 year ago

mhajij commented 1 year ago

In the simplicial complex constructor we have two modes : normal and ghudi. Do we need both ?

I am not sure having both methods is useful and it is potentially harder to maintain on the long run. What do you think?

josefhoppe commented 1 year ago

I looked at it and I'm still not sure what the benefit is. I cannot find a difference in the outcome, so I'll open a PR to remove it.