Skip to content

Commit 061b9a2

Browse files
print feature
1 parent 59ca049 commit 061b9a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

GNNGraphs/src/temporalsnapshotsgnngraph.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,7 @@ function Base.getproperty(tg::TemporalSnapshotsGNNGraph, prop::Symbol)
225225
end
226226

227227
function Base.show(io::IO, tsg::TemporalSnapshotsGNNGraph)
228-
print(io, "TemporalSnapshotsGNNGraph($(tsg.num_snapshots)) with ")
229-
print_feature_t(io, tsg.tgdata)
230-
print(io, " data")
228+
print(io, "TemporalSnapshotsGNNGraph($(tsg.num_snapshots))")
231229
end
232230

233231
function Base.show(io::IO, ::MIME"text/plain", tsg::TemporalSnapshotsGNNGraph)

0 commit comments

Comments
 (0)