Skip to content

call_test_max_ball_sparse failed #346

@Anushkaagrawal22

Description

@Anushkaagrawal22

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

Image Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions