CT_MultiLevel boostedpuncture test fails

Issue #1909 closed
Barry Wardell created an issue

The CT_MultiLevel boostedpuncture 2 process test fails on my machine. There are several differences (see the attached file) that look like roundoff error, and some more related to NaNs not appearing when they previously did.

This is on OS X 10.11.5 using the osx-homebrew.cfg optionlist.

Keyword:

Comments (6)

  1. Frank Löffler
    • removed comment

    This test contains Nans, which in general is a bad idea. One reason is that we try not to rely on IEEE conformance, which means we cannot rely on Nans being generated, and thus, output.

    As it stands, this test will have to be disabled for the release (the test being flawed), or would need to be fixed really soon.

  2. Eloisa Bentivegna
    • removed comment

    Commit 1fbd7b in the CTThorns repository should now fix this problem. Can someone confirm?

  3. Log in to comment