topology-tool-kit / ttk

TTK - Topological Data Analysis and Visualization - Source Code
https://topology-tool-kit.github.io/
Other
406 stars 120 forks source link

[PersistenceDiagramClustering] fix incorrect matchings when 2 diagrams #1028

Closed MClemot closed 1 month ago

MClemot commented 1 month ago

This PR changes the code of PersistenceDiagramBarycenter (classical Auction) in order to fix incorrect matchings when 2 diagrams are provided in input. It also simplifies some code snippets and corrects a few typos in PersistenceDiagramClustering and PersistenceDiagramAuction folders.

julien-tierny commented 1 month ago

great, thanks!