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

Failing unit test #239

Open
artivis opened this issue Oct 2, 2021 · 0 comments
Open

Failing unit test #239

artivis opened this issue Oct 2, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@artivis
Copy link
Owner

artivis commented Oct 2, 2021

A unit test is failing (rather rarely) with the following,

manif/test/so3/../common_tester.h:982: Failure
Value of: manif::isManifNear(state_pert, state_lin, "state_pert", "state_lin", tol_)
  Actual: false (state_pert != state_lin
state_pert:
 1.0545434951782227
-2.3401219844818115
 1.8107612133026123
state_lin:
 -1.054801344871521
 2.3407447338104248
-1.8112318515777588
diff:
 2.1093449592590332
-4.6808667182922363
 3.6219930648803711
)
Expected: true
[  FAILED  ] SO3fJacobiansTests/SO3fJacobiansTester.TEST_SO3f_MINUS_JACOBIANS/2, where GetParam() = ( -0.313825  0.0687507 -0.0572944   0.945254, -0.310345  0.544041 -0.755725  -0.19127, -2.21149 -0.28521  2.05055,   -1.4223 -0.228183  -2.78977) (0 ms)

This concerns both SO3f & SO3d.

Seeing how state_pert and state_lin are pretty much appart by a factor -1, there might be an angle issue somewhere.

@artivis artivis added the bug Something isn't working label Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants