Skip to content

Commit a7f5252

Browse files
committed
Back to Vector
1 parent a4b580b commit a7f5252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNNGraphs/src/temporalsnapshotsgnngraph.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ GNNGraph:
5454
```
5555
"""
5656
struct TemporalSnapshotsGNNGraph{G<:GNNGraph, D<:DataStore}
57-
num_nodes::AbstractVector{Int}
58-
num_edges::AbstractVector{Int}
57+
num_nodes::Vector{Int}
58+
num_edges::Vector{Int}
5959
num_snapshots::Int
60-
snapshots::AbstractVector{G}
60+
snapshots::Vector{G}
6161
tgdata::D
6262
end
6363

0 commit comments

Comments
 (0)