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 8b8ff28 commit 1cac830Copy full SHA for 1cac830
test/utils.jl
@@ -39,8 +39,8 @@ end
39
# _default_method
40
@test _default_method(Meshes.Sphere) isa FiniteDifference
41
@test _default_method(sphere) isa FiniteDifference
42
- @test _default_method(Meshes.Triangle) isa Analytical
43
- @test _default_method(triangle) isa Analytical
+ #@test _default_method(Meshes.Triangle) isa Analytical
+ #@test _default_method(triangle) isa Analytical
44
45
#=
46
# _guarantee_analytical
0 commit comments