Skip to content

Commit

Permalink
Disambiguate use of jacobian
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Dec 14, 2024
1 parent 570a53e commit 71215f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

# Two-argument jacobian
segment = Segment(Point(0), Point(1))
@test jacobian(segment, (0.5,)) == Vec(1)
@test MeshIntegrals.jacobian(segment, (0.5,)) == Vec(1)

# Test jacobian with wrong number of parametric coordinates
box = Box(Point(0, 0), Point(1, 1))
Expand Down

0 comments on commit 71215f1

Please sign in to comment.