TDA-tutorial
TDA-tutorial copied to clipboard
AlphaDTMFiltration was failing with duplicated points
Ordering changes in 3d is no longer the behaviour
Fix #72
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Did you check manually on an example (without duplicated points) that it gives exactly the same filtration as before? Ok if it does.
Did you check manually on an example (without duplicated points) that it gives exactly the same filtration as before? Ok if it does.
Yes, the returned simplex trees are the same for AlphaDTMFiltration()
if Y = X
or Y = np.array([alpha_complex.get_point(i) for i in range(N_tot)])