Skip to content

Commit c77bacc

Browse files
fix test
1 parent 6bc6d3c commit c77bacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gnngraph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function Graphs.inneighbors(g::GNNGraph{<:ADJMAT_T}, i::Integer)
259259
end
260260

261261
Graphs.is_directed(::GNNGraph) = true
262-
Graphs.is_directed(::Type{GNNGraph}) = true
262+
Graphs.is_directed(::Type{<:GNNGraph}) = true
263263

264264
"""
265265
adjacency_list(g; dir=:out)

0 commit comments

Comments
 (0)