We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63c738 commit f78d728Copy full SHA for f78d728
test/utils.jl
@@ -22,7 +22,7 @@ end
22
@testitem "DifferentiationMethod" setup=[Setup] begin
23
using MeshIntegrals: _default_diff_method
24
25
- # _default_method
+ # _default_diff_method
26
sphere = Sphere(Point(0, 0, 0), 1.0)
27
@test _default_diff_method(Meshes.Sphere) isa FiniteDifference
28
@test _default_diff_method(sphere) isa FiniteDifference
0 commit comments