Skip to content

Commit

Permalink
Change veeodot by veedot in test
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Nov 26, 2024
1 parent cd70611 commit 9371cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
p = project_point(camera, (1.2, 1, 2))
@test (@pga3 unitize(p::Vector)) == KVector{1,4}(-1.2, -1, 0, 1)
# The above operation is equivalent to an inversion through the optical center, as the original point is exactly at a distance of one focal length.
@test (@pga3 unitize(D::Vector point((1.2, 1, 2)) antireverse(D::Vector))) == KVector{1,4}(1.2, 1, 0, -1)
@test (@pga3 unitize(D::Vector point((1.2, 1, 2)) antireverse(D::Vector))) == KVector{1,4}(1.2, 1, 0, -1)
end

count_expr_nodes(ex) = isa(ex, Expr) ? sum(count_expr_nodes, ex.args) : 1
Expand Down

0 comments on commit 9371cef

Please sign in to comment.