summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/test/persistence_intervals_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/test/persistence_intervals_test.cpp')
-rw-r--r--src/Persistence_representations/test/persistence_intervals_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Persistence_representations/test/persistence_intervals_test.cpp b/src/Persistence_representations/test/persistence_intervals_test.cpp
index 8bcd2508..545330c4 100644
--- a/src/Persistence_representations/test/persistence_intervals_test.cpp
+++ b/src/Persistence_representations/test/persistence_intervals_test.cpp
@@ -35,7 +35,8 @@ double epsilon = 0.0000005;
// cout << "Left most end of the interval : " << min_max_.first << std::endl;
// cout << "Right most end of the interval : " << min_max_.second << std::endl;
-BOOST_AUTO_TEST_CASE(check_min_max_function) {
+BOOST_AUTO_TEST_CASE(check_min_max_function) {
+ std::cerr << "First test \n";
Persistence_intervals p("data/file_with_diagram");
std::pair<double, double> min_max_ = p.get_x_range();