-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels