Skip to content
New issue

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

call_test_max_ball_sparse failed #346

Open
Anushkaagrawal22 opened this issue Feb 15, 2025 · 3 comments
Open

call_test_max_ball_sparse failed #346

Anushkaagrawal22 opened this issue Feb 15, 2025 · 3 comments

Comments

@Anushkaagrawal22
Copy link

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

@Anushkaagrawal22
Copy link
Author

I want to work on this issue kindly assign this issue to me.

@vfisikop
Copy link
Contributor

We are not assigning issues. Feel free to work on it and open a PR.

@Anushkaagrawal22
Copy link
Author

Ok vfisikop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants