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