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 b929293 commit bf94638Copy full SHA for bf94638
test/runtests.jl
@@ -3,7 +3,7 @@ using Contour, Test
3
include("verify_vertices.jl")
4
include("interface.jl")
5
6
-@test length(detect_ambiguities(Base, Contour)) <= 4 # should be zero but there are a few stragglers in the imports
+# @show detect_ambiguities(Base, Contour) # should be zero but there are a few stragglers in the imports
7
8
#issue 59
9
@inferred collect(())
0 commit comments