-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
In the documentation, code is given that does not run. The problem is that the node feature matrix is transposed vs. what it should be.
Example given:
fg = FeaturedGraph(erdos_renyi(100, 20))
fg = FeaturedGraph(fg, nf=rand(100, 5)) # DimensionMismatchCorrect code:
fg = FeaturedGraph(erdos_renyi(100, 20))
fg = FeaturedGraph(fg, nf=rand(5, 100))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels