CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
209 stars 47 forks source link

chore: optimize test for heterograph #370

Closed askorupka closed 5 months ago

askorupka commented 5 months ago

This PR optimize test for HeteroGraphConv. Why initialize the graph multiple times inside test, if one can do it once (for good).