We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8de80a commit da1ccdcCopy full SHA for da1ccdc
1 file changed
test/graph.jl
@@ -91,6 +91,7 @@ end
91
])
92
93
bg = BipartiteGraph(A; symmetric_pattern=false)
94
+ @test eltype(bg) == Int
95
@test_throws DimensionMismatch BipartiteGraph(A; symmetric_pattern=true)
96
@test nb_vertices(bg, Val(1)) == 4
97
@test nb_vertices(bg, Val(2)) == 8
0 commit comments