Skip to content

Commit

Permalink
wip9
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir12 committed Dec 19, 2024
1 parent 68a01b8 commit a7ab436
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ end
_, xys2 = CameraCalibrations._detect_corners(file, n_corners, sz)
return xys2
end
if xys xys2
@show n_corners, ratio
end
@test xys == xys2
@test all(<(1), norm.(xys .- xys2))
end
end

Expand Down

0 comments on commit a7ab436

Please sign in to comment.