summaryrefslogtreecommitdiff
path: root/matching/include/persistence_module.hpp
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-14 18:34:59 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-14 18:34:59 +0200
commit4c94cdd13358e3b946cca9821823c7c9d2b61972 (patch)
treea1969b3d7f42722cbab9deb63fb4efb463cecef0 /matching/include/persistence_module.hpp
parentce54acf0a7908efd5525c3147cb9860f193246e5 (diff)
parent66702d9cf122703964dbe22319ae8d97424d496f (diff)
Merge branch 'dfsg/latest' into debian/sid
Diffstat (limited to 'matching/include/persistence_module.hpp')
-rw-r--r--matching/include/persistence_module.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matching/include/persistence_module.hpp b/matching/include/persistence_module.hpp
index 7479e02..022b43d 100644
--- a/matching/include/persistence_module.hpp
+++ b/matching/include/persistence_module.hpp
@@ -158,7 +158,7 @@ namespace md {
get_slice_projection_matrix(slice, phat_matrix, gen_projections, rel_projections);
phat::persistence_pairs phat_persistence_pairs;
- phat::compute_persistence_pairs<phat::twist_reduction>(phat_persistence_pairs, phat_matrix);
+ phat::compute_persistence_pairs<phat::standard_reduction>(phat_persistence_pairs, phat_matrix, true);
Diagram<Real> dgm;