From 55f48e357ac47025c2f550f0e45f3f6e387cb058 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Wed, 20 Jan 2021 15:43:41 -0800 Subject: [PATCH] fix file extension for venn small examples (#683) --- src/tests/blueprint/t_blueprint_mesh_examples.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/blueprint/t_blueprint_mesh_examples.cpp b/src/tests/blueprint/t_blueprint_mesh_examples.cpp index 8e47032e4..946861113 100644 --- a/src/tests/blueprint/t_blueprint_mesh_examples.cpp +++ b/src/tests/blueprint/t_blueprint_mesh_examples.cpp @@ -497,7 +497,7 @@ void venn_test_small_yaml(const std::string &venn_type) if(hdf5_enabled) { relay::io::blueprint::save_mesh(res, - ofbase+ ".blueprint_root", + ofbase, "hdf5"); } @@ -534,7 +534,7 @@ void venn_test(const std::string &venn_type) if(hdf5_enabled) { relay::io::blueprint::save_mesh(res, - ofbase+ ".blueprint_root", + ofbase, "hdf5"); }