Skip to content
  • Kenneth Moreland's avatar
    Compare with tolerance in UnitTestArrayHandlePermutation · 229579c3
    Kenneth Moreland authored
    The UnitTestArrayHandlePermutation test was failing when compiled with
    icc. I believe the issue is that the icc optimization takes some
    liberties when computing literal floating point values versus computing
    them at run time that makes the two slightly different. I changed all
    the applicable comparisons in this test from using the == operator to
    using the test_equal function, which adds a tolerance to the comparison.
    I expect this to fix the test failure.
    229579c3