Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 16, 2024
1 parent 80f3613 commit e6a1971
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/dgl/graphbolt/impl/ondisk_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ def preprocess_ondisk_dataset(
graph_feature["name"]
] = node_data
if graph_feature["domain"] == "edge":
if not include_original_edge_id:
dgl_warning(
"Edge feature is stored, but edge IDs are not saved."
)
edge_data = read_data(
os.path.join(dataset_dir, graph_feature["path"]),
graph_feature["format"],
Expand Down

0 comments on commit e6a1971

Please sign in to comment.