We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many cases were disabled in Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp because of fails with double precision. After rechecking all tests in
Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp
fails with double precision
The disabled tests are:
// upper bound is exclusive - temporarily removed, fails macOS ci // ray = {{-2, 1}, {1, 0}}; // BOOST_CHECK(!bb.intersect(ray)); // upper bound is exclusive - temporarily removed, fails macOS ci // ray = {{2, 1}, {-1, 0}}; // BOOST_CHECK(!bb.intersect(ray)); // right on slab - temporarily removed, fails macOS ci // ray3 = {{0, 1, -2}, {0, 0, 1}}; // BOOST_CHECK(!bb3.intersect(ray3));
The reason is not clear yet and should be investigated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many cases were disabled in
Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp
because offails with double precision
. After rechecking all tests inwe enabled most of the cases, but some are still failing only on the macOS ci.
The disabled tests are:
The reason is not clear yet and should be investigated.
The text was updated successfully, but these errors were encountered: