Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dgf/src/api/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

from dgf.src.io.dataset_loader import fetch_ogb_graph
from dgf.src.io.dataset_loader import fetch_graphland_graph
from dgf.src.io.dataset_loader import fetch_jena_climate_graph

from dgf.src.io.hgraph_in_memory import read_graphai_hgraph

Expand Down
1 change: 1 addition & 0 deletions dgf/src/io/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ py_test(
"//dgf/src/util:test_util",
"//dgf/src/validate:in_memory_graph",
# numpy dep,
# pandas dep,
],
)

Expand Down
Loading