There is currently a bug in the Delaunay filter (within ITK proper) which was resulting in a segfault in this testing suite. While this bug is being patched, the test has been disabled within this testing suite:
// FIXME: Smoothing with the Delaunay Conforming filter causes the following three test failures.
// Temporarily disabling the DC smoothing filter while investigating the cause.
// 3 - itkModifiedButterflyTriangleCellSubdivisionQuadEdgeMeshFilterTest1 (SEGFAULT)
// 8 - itkSquareThreeTriangleCellSubdivisionQuadEdgeMeshFilterTest0 (SEGFAULT)
// 9 - itkSquareThreeTriangleCellSubdivisionQuadEdgeMeshFilterTest1 (SEGFAULT)
// meshSmoothingFilter->SetDelaunayConforming(1);
Once this bug is fixed in ITK proper and this module is building against a patched version, the test may be re-enabled.
There is currently a bug in the
Delaunayfilter (within ITK proper) which was resulting in a segfault in this testing suite. While this bug is being patched, the test has been disabled within this testing suite:Once this bug is fixed in ITK proper and this module is building against a patched version, the test may be re-enabled.