Skip to content

Commit

Permalink
print feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 17, 2024
1 parent 59ca049 commit 061b9a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GNNGraphs/src/temporalsnapshotsgnngraph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ function Base.getproperty(tg::TemporalSnapshotsGNNGraph, prop::Symbol)
end

function Base.show(io::IO, tsg::TemporalSnapshotsGNNGraph)
print(io, "TemporalSnapshotsGNNGraph($(tsg.num_snapshots)) with ")
print_feature_t(io, tsg.tgdata)
print(io, " data")
print(io, "TemporalSnapshotsGNNGraph($(tsg.num_snapshots))")
end

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

0 comments on commit 061b9a2

Please sign in to comment.