From 2c5e6c606ee37cd68bbe9f9915dba99f7677dd87 Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Thu, 19 Mar 2020 02:44:35 +0100 Subject: Minor changes. --- matching/tests/test_list.txt | 2 +- matching/tests/test_matching_distance.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matching/tests/test_list.txt b/matching/tests/test_list.txt index 1984606..28ee48b 100644 --- a/matching/tests/test_list.txt +++ b/matching/tests/test_list.txt @@ -1 +1 @@ -prism_lesnick_1.bif prism_lesnick_2.bif 1.0 +prism_1.bif prism_2.bif 1.0 diff --git a/matching/tests/test_matching_distance.cpp b/matching/tests/test_matching_distance.cpp index aa08cfe..12eb2f3 100644 --- a/matching/tests/test_matching_distance.cpp +++ b/matching/tests/test_matching_distance.cpp @@ -128,7 +128,7 @@ TEST_CASE("Different bounds", "[bounds]") } } -TEST_CASE("Bifiltrations from file", "[matching_distance][small_example][lesnick]") +TEST_CASE("Bifiltrations from file", "[matching_distance][small_example]") { std::string fname_a, fname_b; -- cgit v1.2.3