summaryrefslogtreecommitdiff
path: root/matching/src/test_generator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matching/src/test_generator.cpp')
-rw-r--r--matching/src/test_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matching/src/test_generator.cpp b/matching/src/test_generator.cpp
index a0d8fc7..e8f128f 100644
--- a/matching/src/test_generator.cpp
+++ b/matching/src/test_generator.cpp
@@ -201,7 +201,7 @@ int main(int argc, char** argv)
auto bif1 = get_random_bifiltration(n_vertices, max_dim, n_top_simplices);
std::cout << "Generated bifiltration." << std::endl;
- bif1.save(fname, md::BifiltrationFormat::rene);
+ bif1.save(fname, md::BifiltrationFormat::phat_like);
std::cout << "Saved to file " << fname << std::endl;
return 0;
}