consolidate contour-wedge baseline images to favor new pixel diff calculation

This commit is contained in:
nadavi 2021-01-06 18:44:05 +00:00
parent da751cf061
commit dd3193d69d
3 changed files with 1 additions and 4 deletions

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1a54c159483076a2eed1f7cf8f8d947e6ec59dcfbd8ed41355e92cf052d344e
size 19884

@ -53,7 +53,7 @@ void TestContourFilterWedge()
auto view = vtkm::rendering::testing::GetViewPtr<M, C, V3>(
result, "gyroid", canvas, mapper, scene, colorTable, static_cast<vtkm::FloatDefault>(0.08));
VTKM_TEST_ASSERT(test_equal_images_matching_name(view, "contour-wedge.png"));
VTKM_TEST_ASSERT(test_equal_images(view, "contour-wedge.png"));
}
void TestContourFilter()