"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "a74a0f201f79e3f48611298e9c03bb2a2a9488e3"
Unverified Commit 7273a166 authored by ZZy979's avatar ZZy979 Committed by GitHub
Browse files

[Doc] Fix docstring of MultiLayerNeighborSampler (#3579)



Make the default value of parameter replace in docstring consistent with code
Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
parent 5f4c8793
......@@ -71,7 +71,7 @@ class MultiLayerNeighborSampler(NeighborSamplingMixin, BlockSampler):
If -1 is provided for one edge type on one layer, then all inbound edges
of that edge type will be included.
replace : bool, default True
replace : bool, default False
Whether to sample with replacement
return_eids : bool, default False
Whether to return the edge IDs involved in message passing in the MFG.
......
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