vtk-m/vtkm/exec/testing
Kenneth Moreland a778d373f1 Loosen threshold on test of parametric coordinates
The UnitTestParametricCoordinates test uses a pseudorandom number
generator to create some random set of parametric coordinates, convert
to world coordinates, and then back to parametric coordinates.

This has been working fine except that the world coordinate to parametric
coordinate conversion is not extremely precise for some cell shapes. (It
would not be cost effective to make it more precise.) Because of this,
the test_equal for this comparison has a pretty high threshold.

While looking at a dashboard I happened across a failure for this test.
It turns out that one of the parametric coordinates created for the
pyramid test for seed 1465529014 was just outside of this threshold, but
otherwise correct. I raised the threshold a little to try to prevent
this error.
2016-06-13 08:56:40 -06:00
..
CMakeLists.txt Move NewtonsMethod to the vtkm package 2016-04-14 14:36:02 -06:00
UnitTestCellDerivative.cxx Fix conversion warnings when using double precision. 2015-11-07 06:35:24 -07:00
UnitTestCellInterpolate.cxx Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
UnitTestParametricCoordinates.cxx Loosen threshold on test of parametric coordinates 2016-06-13 08:56:40 -06:00