Unverified Commit 1d86b796 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[GraphBolt] fix docstring (#6502)

parent 23c566a6
......@@ -44,6 +44,8 @@ def preprocess_ondisk_dataset(
----------
dataset_dir : str
The path to the dataset directory.
include_original_edge_id : bool, optional
Whether to include the original edge id in the CSCSamplingGraph.
Returns
-------
......@@ -337,6 +339,8 @@ class OnDiskDataset(Dataset):
----------
path: str
The YAML file path.
include_original_edge_id: bool, optional
Whether to include the original edge id in the CSCSamplingGraph.
"""
def __init__(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment