Re-enable unit test for combining meshes

This commit is contained in:
Gunther H. Weber 2021-10-09 11:09:47 -07:00
parent a81c5ca862
commit 7411f85213

@ -319,13 +319,12 @@ void TestHierarchicalHyperSweeper()
void TestContourTreeUniformDistributed() void TestContourTreeUniformDistributed()
{ {
/*
using vtkm::cont::testing::Testing; using vtkm::cont::testing::Testing;
TestContourTreeMeshCombine<vtkm::FloatDefault>( TestContourTreeMeshCombine<vtkm::FloatDefault>(
Testing::DataPath("misc/5x6_7_MC_Rank0_Block0_Round1_BeforeCombineMesh1.ctm"), Testing::DataPath("misc/5x6_7_MC_Rank0_Block0_Round1_BeforeCombineMesh1.ctm"),
Testing::DataPath("misc/5x6_7_MC_Rank0_Block0_Round1_BeforeCombineMesh2.ctm"), Testing::DataPath("misc/5x6_7_MC_Rank0_Block0_Round1_BeforeCombineMesh2.ctm"),
Testing::RegressionImagePath("5x6_7_MC_Rank0_Block0_Round1_CombinedMesh.ctm")); Testing::RegressionImagePath("5x6_7_MC_Rank0_Block0_Round1_CombinedMesh.ctm"));
*/
TestHierarchicalHyperSweeper(); TestHierarchicalHyperSweeper();
} }