You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The unit test call_test_max_ball_sparse fails due to an assertion error: CHECK( (center - center_).norm() <= 1e-06 )
To Reproduce
Run the test case using the following command: ctest -R call_test_max_ball_sparse --output-on-failure
Observe the failure message indicating the assertion error.
Expected behavior
The test should pass by confirming that the computed center is within the specified tolerance compared to the expected value.
Screenshots
Error Details
Actual Value: 0.00020886
Expected Tolerance: <= 1e-06
Describe the bug
The unit test
call_test_max_ball_sparse
fails due to an assertion error:CHECK( (center - center_).norm() <= 1e-06 )
To Reproduce
Run the test case using the following command:
ctest -R call_test_max_ball_sparse --output-on-failure
Observe the failure message indicating the assertion error.
Expected behavior
The test should pass by confirming that the computed center is within the specified tolerance compared to the expected value.
Screenshots
Error Details
Actual Value: 0.00020886
Expected Tolerance: <= 1e-06
Desktop Configuration:
OS: macOS Monterey
Compiler: Apple Clang 14.0.0
Build System: CMake 3.25
The text was updated successfully, but these errors were encountered: