Skip to content

Commit

Permalink
Switch to jacobian, differential not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 28, 2024
1 parent edf0c77 commit e2fd2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
@testitem "Meshes.Box" setup=[Setup] begin
# Test for currently-unsupported >3D differentials
box4d = Box(Point(zeros(4)...), Point(ones(4)...))
@test_throws "not supported" differential(box4d, fill(0.5, 4))
@test_throws "Issue on GitHub" jacobian(box4d, fill(0.5, 4))
end

@testitem "Meshes.Cone" setup=[Setup] begin
Expand Down

0 comments on commit e2fd2ed

Please sign in to comment.