Pseudomanifold / Aleph

A library for exploring persistent homology
https://pseudomanifold.github.io/Aleph/
MIT License
101 stars 17 forks source link

Permit arbitrary vertex indices for data assignment in Rips expander class #23

Closed Pseudomanifold closed 7 years ago

Pseudomanifold commented 7 years ago

The data assignment method of the Rips expander class assumes that vertices have zero-based indices. This does not have to be the case for generic simplicial complexes.

Pseudomanifold commented 7 years ago

Fixed in b1ba6ca479e2f8db591634da8f7c74c49d0091ed.