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
Empirically, it seems repeat calls to Matrix::Random() within testStiefelProjection produces this error (replacing Matrix::Random() with Matrix::Identity(), for example, seems to indicate this is the case):
The text was updated successfully, but these errors were encountered:
@yuluntian in extending
testStiefelProjection
:dpgo/tests/testUtils.cpp
Line 28 in a238090
to cover an increased number of iterations (say
j < 100
):dpgo/tests/testUtils.cpp
Line 32 in a238090
testRobustSinglePoseAveraging
fails with the following error:Empirically, it seems repeat calls to
Matrix::Random()
withintestStiefelProjection
produces this error (replacingMatrix::Random()
withMatrix::Identity()
, for example, seems to indicate this is the case):The text was updated successfully, but these errors were encountered: