vtk-m/vtkm/exec/testing
Kenneth Moreland 7b05604a66 Add more tolerance to UnitTestParametricCoordinates
I noticed a failure in a dashboard run of UnitTestParametricCoordinates.
This test uses randomly generated numbers to test the behavior of some
cell shapes, and there was an instance that occured with seed 1447261681
that caused one of the comparisons to be just slightly larger than the
default tolerance but still within reasonable value.

I just increased the tolerance of that particular comparison. Hopefully
this will prevent all future failures.
2015-11-11 10:38:17 -07:00
..
CMakeLists.txt WorldCoordinatesToParametricCoordinates functions 2015-08-27 16:31:07 -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
UnitTestNewtonsMethod.cxx Fix gcc warnings 2015-08-27 17:39:45 -06:00
UnitTestParametricCoordinates.cxx Add more tolerance to UnitTestParametricCoordinates 2015-11-11 10:38:17 -07:00