Skip to content

Commit

Permalink
performance regression, #928
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Nov 29, 2022
1 parent fd7b3af commit 982e5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testPose2AprilTag4Corner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ fct = getFactorType(fg, :x0tag17f1)

preImgs = zeros(5,10)


for i in 1:10
# preformance regression, see https://github.com/JuliaRobotics/Caesar.jl/issues/928
for i in 1:3
println("finding preimage $i")
preImgs[:,i] .= _solveFactorPreimage(fct, pred[i], regularize=0.001)

Expand Down

0 comments on commit 982e5d0

Please sign in to comment.