Closed rbSparky closed 9 months ago
Full error:
ERROR: KeyError: key :e not found
Stacktrace:
[1] getindex(h::Dict{Symbol, Any}, key::Symbol)
@ Base .\dict.jl:481
[2] getproperty(ds::DataStore, s::Symbol)
@ GraphNeuralNetworks.GNNGraphs path\.julia\packages\GraphNeuralNetworks\HVWUc\src\GNNGraphs\datastore.jl:104
[3] top-level scope
@ path\conv.jl:1281
It should be g.edata.e
instead of g.ndata.e
. Is that example in the documentation? If so it should be fixed.
It should be
g.edata.e
instead ofg.ndata.e
. Is that example in the documentation? If so it should be fixed.
Yes, its in the docs
Made PR to fix
Given example:
gives error here:
Does some code need to be changed? If so, I could try that. If I am doing something wrong, please let me know.
Thanks