GraphNorm icon indicating copy to clipboard operation
GraphNorm copied to clipboard

Fix error.

Open Jerry-Master opened this issue 3 years ago • 1 comments

The code runs into the error:

TypeError: object of type 'method' has no len()

Adding the parenthesis solves the error. I don't know if there have been any changes in the dgl API but batch_num_nodes is a method, not an attribute.

Jerry-Master avatar Dec 19 '22 09:12 Jerry-Master

This was also the version that works for me

konan009 avatar Jun 04 '23 16:06 konan009