Skip to content

Commit

Permalink
default value typo fix in GlobalUniform negative sampler (dmlc#4060)
Browse files Browse the repository at this point in the history
Co-authored-by: decoherencer <[email protected]>
  • Loading branch information
decoherencer and decoherencer authored May 28, 2022
1 parent bef9930 commit 7ec165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/dataloading/negative_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class GlobalUniform(_BaseNegativeSampler):
Whether to exclude self-loops from negative samples. (Default: True)
replace : bool, optional
Whether to sample with replacement. Setting it to True will make things
faster. (Default: True)
faster. (Default: False)
Notes
-----
Expand Down

0 comments on commit 7ec165c

Please sign in to comment.