Skip to content
Snippets Groups Projects
Commit 27e8ce27 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Comment workarund for bug in #245

parent aca26174
No related branches found
No related tags found
1 merge request!24After 2nd RAL submission
......@@ -430,7 +430,10 @@ TEST_F(FactorPixelHpTest, testSolveBundleAdjustment)
// Go around a weird bug: if we do not perturbate this LMK then the test fails.
L1->perturb(1e-12);
// EDIT 2020/06/07: it seems to work
// todo remove this if working fine long after this edit
// todo close issue wolf/#245 related to this
// L1->perturb(1e-12);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment