Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Dec 5, 2024
1 parent 438193e commit d8d6a87
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 @@ -31,7 +31,7 @@ end
@test FiniteDifference().ε 1e-6

# Test jacobian with wrong number of parametric coordinates
box = Box(Point(0, 0), Point(a, a))
box = Box(Point(0, 0), Point(1, 1))
@test_throws ArgumentError jacobian(box, zeros(3))
end

Expand Down

0 comments on commit d8d6a87

Please sign in to comment.