Skip to content
Snippets Groups Projects
Commit 39054e64 authored by Dave Pugmire's avatar Dave Pugmire
Browse files

Add corner case unit test.

parent 0a3fd262
No related branches found
No related tags found
No related merge requests found
Pipeline #240791 passed
......@@ -628,10 +628,9 @@ void TestStreamlineFilters()
for (auto useSL : flags)
TestStreamlineFile(fishFile, fishPts, fishStep, 100, fishEndPts, useSL);
/*
//ARMWind corner case of particle near boundary.
std::string amrWindFile =
vtkm::cont::testing::Testing::DataPath("rectilinear/amr_wind_flowfield.vtk.vtk");
vtkm::cont::testing::Testing::DataPath("rectilinear/amr_wind_flowfield.vtk");
vtkm::FloatDefault amrWindStep = 0.001;
std::vector<vtkm::Vec3f> amrWindPts, amrWindEndPts;
......@@ -641,7 +640,6 @@ void TestStreamlineFilters()
for (auto useSL : flags)
TestStreamlineFile(amrWindFile, amrWindPts, amrWindStep, 10000, amrWindEndPts, useSL);
*/
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment