GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
245 stars 65 forks source link

Fix for #1033 #1037

Closed MathieuCarriere closed 4 months ago

MathieuCarriere commented 4 months ago

Fix for a typo in pairwise_persistence_diagram_kernels Fix #1033

MathieuCarriere commented 4 months ago

As far as I remember (but I might have misunderstood), I think the typo was identified because of a failing test in another PR (I can't remember which one unfortunately). @VincentRouvreau, do you know something about this?

mglisse commented 4 months ago

No, it was identified by a tool (ruff) that does some basic static analysis on the code. The same tool also reported some unused imports in other files, etc.