Skip to content

Commit d344e02

Browse files
committedJan 7, 2023
modify importing module
1 parent 179a1cd commit d344e02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎python/dgl/transforms/functional.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
'to_double',
8282
'double_radius_node_labeling',
8383
'shortest_dist',
84+
'svd_pe'
8485
]
8586

8687

‎python/dgl/transforms/module.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
'DropEdge',
5555
'AddEdge',
5656
'SIGNDiffusion',
57-
'ToLevi'
57+
'ToLevi',
58+
'SvdPE'
5859
]
5960

6061
def update_graph_structure(g, data_dict, copy_edata=True):

0 commit comments

Comments
 (0)